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

Unified Diff: cc/test/pixel_test.h

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/layer_tree_pixel_test.h ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/pixel_test.h
diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
index 5a8afcd74cd19a4fac4b8b0788738236464a04f9..717ebbe3cce68d3913a6334f8796c50c63e26242 100644
--- a/cc/test/pixel_test.h
+++ b/cc/test/pixel_test.h
@@ -80,7 +80,7 @@ class PixelTest : public testing::Test, RendererClient {
bool PixelsMatchReference(const base::FilePath& ref_file,
const PixelComparator& comparator);
- std::unique_ptr<gfx::DisableNullDrawGLBindings> enable_pixel_output_;
+ std::unique_ptr<gl::DisableNullDrawGLBindings> enable_pixel_output_;
};
template<typename RendererType>
« no previous file with comments | « cc/test/layer_tree_pixel_test.h ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698