summaryrefslogtreecommitdiff
path: root/chromium/java/com/android/webview
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2013-09-20 17:45:17 -0700
committerKristian Monsen <kristianm@google.com>2013-09-23 18:37:02 +0000
commitd21b8fe00b21742cc36929cb02eef6ad25946512 (patch)
tree05bd454b0591a3b47040f7c6b1bc2cab23c37907 /chromium/java/com/android/webview
parente36bb83b4a1907d71527d3a8ef54db1ec8de3188 (diff)
downloadwebview-d21b8fe00b21742cc36929cb02eef6ad25946512.tar.gz
Using the chromium clearView implementation
Landed upstream in: https://codereview.chromium.org/22849016/ Fix for bug 5012842 Change-Id: I74e2822bb41ba4fb6f6b73248bef52d423c7903b (cherry picked from commit 618af7f3f0bf2d0713e1e38e4dbd041c3ba8a299)
Diffstat (limited to 'chromium/java/com/android/webview')
-rw-r--r--chromium/java/com/android/webview/chromium/WebViewChromium.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/java/com/android/webview/chromium/WebViewChromium.java b/chromium/java/com/android/webview/chromium/WebViewChromium.java
index 44271a2..3663d18 100644
--- a/chromium/java/com/android/webview/chromium/WebViewChromium.java
+++ b/chromium/java/com/android/webview/chromium/WebViewChromium.java
@@ -711,7 +711,7 @@ class WebViewChromium implements WebViewProvider,
});
return;
}
- UnimplementedWebViewApi.invoke();
+ mAwContents.clearView();
}
@Override