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

Unified Diff: ui/gl/gl_image_stub.h

Issue 1421903006: ui/gl: Move GLImage into gl namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gl_unittests Created 5 years, 2 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
Index: ui/gl/gl_image_stub.h
diff --git a/ui/gl/gl_image_stub.h b/ui/gl/gl_image_stub.h
index c95fda9ce3a1b3e369ca054ecc71ab05b4bad310..e8c84484c7939d5b51fffc66866d0c4b128ceafc 100644
--- a/ui/gl/gl_image_stub.h
+++ b/ui/gl/gl_image_stub.h
@@ -10,7 +10,7 @@
namespace gfx {
// A GLImage that does nothing for unit tests.
-class GL_EXPORT GLImageStub : public GLImage {
+class GL_EXPORT GLImageStub : public gl::GLImage {
public:
GLImageStub();

Powered by Google App Engine
This is Rietveld 408576698