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

Unified Diff: cc/test/pixel_test.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 | « cc/test/pixel_test.h ('k') | cc/test/test_in_process_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test.cc
diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc
index 7972cdd419925349144f42ef760e217dac6d1bad..45cc38078331f8f3bc1559ba896be87733f6e27a 100644
--- a/cc/test/pixel_test.cc
+++ b/cc/test/pixel_test.cc
@@ -122,7 +122,7 @@ bool PixelTest::PixelsMatchReference(const base::FilePath& ref_file,
void PixelTest::SetUpGLRenderer(bool use_skia_gpu_backend,
bool flipped_output_surface) {
- enable_pixel_output_.reset(new gfx::DisableNullDrawGLBindings);
+ enable_pixel_output_.reset(new gl::DisableNullDrawGLBindings);
scoped_refptr<TestInProcessContextProvider> compositor(
new TestInProcessContextProvider(nullptr));
« no previous file with comments | « cc/test/pixel_test.h ('k') | cc/test/test_in_process_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698