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

Unified Diff: android_webview/browser/test/fake_window.cc

Issue 1904453004: Transfer DrawGLFunctor ownership from AwContents to AwGLFunctor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Flow-on renaming 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/browser/test/fake_window.cc
diff --git a/android_webview/browser/test/fake_window.cc b/android_webview/browser/test/fake_window.cc
index 3a0d79e9ab5c77401e326ce9dc1fe7c7304a3ef0..85027a709e35ae35ddfcbf0eeeba1574b4cf18f0 100644
--- a/android_webview/browser/test/fake_window.cc
+++ b/android_webview/browser/test/fake_window.cc
@@ -79,7 +79,7 @@ void FakeWindow::Detach() {
render_thread_.reset();
}
-void FakeWindow::RequestDrawGL(bool wait_for_completion) {
+void FakeWindow::RequestInvokeGL(bool wait_for_completion) {
CheckCurrentlyOnUIThread();
base::WaitableEvent completion(true, false);
render_thread_loop_->PostTask(

Powered by Google App Engine
This is Rietveld 408576698