summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UI.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/UI.java')
-rw-r--r--src/com/android/browser/UI.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java
index 0929c0cd6..a9cbd7be4 100644
--- a/src/com/android/browser/UI.java
+++ b/src/com/android/browser/UI.java
@@ -122,7 +122,9 @@ public interface UI {
public void setShouldShowErrorConsole(Tab tab, boolean show);
// returns if the web page is clear of any overlays (not including sub windows)
- public boolean showsWeb();
+ public boolean isWebShowing();
+
+ public void showWeb(boolean animate);
Bitmap getDefaultVideoPoster();