| Index: android_webview/browser/test/fake_window.h
|
| diff --git a/android_webview/browser/test/fake_window.h b/android_webview/browser/test/fake_window.h
|
| index 56eec3c638d883ee4439ab15396ab1bd8c09c17c..96e45a06d0a3e4c2de1c11e93913892cfa0363c9 100644
|
| --- a/android_webview/browser/test/fake_window.h
|
| +++ b/android_webview/browser/test/fake_window.h
|
| @@ -53,7 +53,7 @@ class FakeWindow {
|
| void Detach();
|
|
|
| // BrowserViewRendererClient methods.
|
| - void RequestDrawGL(bool wait_for_completion);
|
| + void RequestInvokeGL(bool wait_for_completion);
|
| void PostInvalidate();
|
| const gfx::Size& surface_size() { return surface_size_; }
|
|
|
|
|