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

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

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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.h ('k') | android_webview/lib/main/webview_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 855a5a123adbb30a231242194afb25c3360aff5e..f970ec3f616cf14829e6aae44d8a32ea94ae1e3f 100644
--- a/android_webview/browser/test/fake_window.cc
+++ b/android_webview/browser/test/fake_window.cc
@@ -181,8 +181,8 @@ void FakeWindow::InitializeOnRT(base::WaitableEvent* sync) {
surface_ = gl::init::CreateOffscreenGLSurface(surface_size_);
DCHECK(surface_);
DCHECK(surface_->GetHandle());
- context_ = gl::init::CreateGLContext(nullptr, surface_.get(),
- gfx::PreferDiscreteGpu);
+ context_ =
+ gl::init::CreateGLContext(nullptr, surface_.get(), gl::PreferDiscreteGpu);
DCHECK(context_);
sync->Signal();
}
« no previous file with comments | « android_webview/browser/test/fake_window.h ('k') | android_webview/lib/main/webview_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698