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

Unified Diff: android_webview/browser/render_thread_manager_client.h

Issue 1904453004: Transfer DrawGLFunctor ownership from AwContents to AwGLFunctor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « android_webview/browser/render_thread_manager.cc ('k') | android_webview/browser/test/fake_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/render_thread_manager_client.h
diff --git a/android_webview/browser/render_thread_manager_client.h b/android_webview/browser/render_thread_manager_client.h
index d1a763e418feb068662fd89babe8928922a1da8a..765e44cc762e9586435b5556d9471c10607fc6be 100644
--- a/android_webview/browser/render_thread_manager_client.h
+++ b/android_webview/browser/render_thread_manager_client.h
@@ -15,7 +15,7 @@ class RenderThreadManagerClient {
// |wait_for_completion| will cause the call to block until DrawGL has
// happened. The callback may never be made, and the mode may be promoted to
// kModeDraw.
- virtual bool RequestDrawGL(bool wait_for_completion) = 0;
+ virtual bool RequestInvokeGL(bool wait_for_completion) = 0;
// Call postInvalidateOnAnimation for invalidations. This is only used to
// synchronize draw functor destruction.
« no previous file with comments | « android_webview/browser/render_thread_manager.cc ('k') | android_webview/browser/test/fake_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698