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

Unified Diff: android_webview/browser/test/rendering_test.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/test/fake_window.cc ('k') | android_webview/browser/test/rendering_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/test/rendering_test.h
diff --git a/android_webview/browser/test/rendering_test.h b/android_webview/browser/test/rendering_test.h
index 91b2b35e889cdb1eda198d610adf7dacc3177c92..a186b1ddf78c8d85029ef742372d269ef1b4721e 100644
--- a/android_webview/browser/test/rendering_test.h
+++ b/android_webview/browser/test/rendering_test.h
@@ -52,7 +52,7 @@ class RenderingTest : public testing::Test,
// RenderThreadManagerClient overrides.
void OnParentDrawConstraintsUpdated() override;
- bool RequestDrawGL(bool wait_for_completion) override;
+ bool RequestInvokeGL(bool wait_for_completion) override;
void DetachFunctorFromView() override;
// WindowHooks overrides.
« no previous file with comments | « android_webview/browser/test/fake_window.cc ('k') | android_webview/browser/test/rendering_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698