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.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/browser/UI.java b/src/com/android/browser/UI.java
index 3a8a5cd..e7f67f2 100644
--- a/src/com/android/browser/UI.java
+++ b/src/com/android/browser/UI.java
@@ -58,6 +58,8 @@ public interface UI extends ScrollListener {
public void attachTab(Tab tab);
+ public void onSetWebView(Tab tab, WebView view);
+
public void createSubWindow(Tab tab, WebView subWebView);
public void attachSubWindow(View subContainer);