| 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 603d5531b1069ee22ed4c39ec8c07e59221d8fb0..8f53975e0d312674aa569b4530aa5dcbe52ba7c9 100644
|
| --- a/android_webview/browser/test/fake_window.h
|
| +++ b/android_webview/browser/test/fake_window.h
|
| @@ -87,8 +87,8 @@ class FakeWindow {
|
| std::unique_ptr<base::Thread> render_thread_;
|
| base::SequenceChecker rt_checker_;
|
| scoped_refptr<base::SingleThreadTaskRunner> render_thread_loop_;
|
| - scoped_refptr<gfx::GLSurface> surface_;
|
| - scoped_refptr<gfx::GLContext> context_;
|
| + scoped_refptr<gl::GLSurface> surface_;
|
| + scoped_refptr<gl::GLContext> context_;
|
| bool context_current_;
|
|
|
| base::WeakPtrFactory<FakeWindow> weak_ptr_factory_;
|
|
|