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

Unified Diff: android_webview/native/aw_gl_functor.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
Index: android_webview/native/aw_gl_functor.h
diff --git a/android_webview/native/aw_gl_functor.h b/android_webview/native/aw_gl_functor.h
index 174ee7142fec63164add42ed12d647af639a295d..949af1c1afacf96bdb6de61062245a4fc433cbd1 100644
--- a/android_webview/native/aw_gl_functor.h
+++ b/android_webview/native/aw_gl_functor.h
@@ -18,7 +18,7 @@ class BrowserViewRenderer;
class AwGLFunctor : public RenderThreadManagerClient {
public:
void OnParentDrawConstraintsUpdated() override;
- bool RequestDrawGL(bool wait_for_completion) override;
+ bool RequestInvokeGL(bool wait_for_completion) override;
void DetachFunctorFromView() override;
AwGLFunctor(const JavaObjectWeakGlobalRef& java_ref);

Powered by Google App Engine
This is Rietveld 408576698