Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2444)

Unified Diff: android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java

Issue 2298093008: android webview: Upstream android 7 glue layer (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java
diff --git a/android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java b/android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java
index 6a8ff9725c7a6c68d1779c49635490dc51fb307a..c2b42958ed57e707d572f8b6e0bcb95b8d528c1e 100644
--- a/android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java
+++ b/android_webview/glue/java/src/com/android/webview/chromium/WebViewDelegateFactory.java
@@ -152,7 +152,7 @@ class WebViewDelegateFactory {
@Override
public void callDrawGlFunction(
Canvas canvas, long nativeDrawGLFunctor, Runnable releasedRunnable) {
- throw new RuntimeException("Call not supported");
+ mDelegate.callDrawGlFunction(canvas, nativeDrawGLFunctor, releasedRunnable);
}
@Override

Powered by Google App Engine
This is Rietveld 408576698