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

Unified Diff: ui/gl/gl_image_memory.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_memory.h
diff --git a/ui/gl/gl_image_memory.h b/ui/gl/gl_image_memory.h
index 3ee67b29f99d909eedad34da52bfd5a2d027c596..f7234580f5f3a4d1ff321e70b65475eaf958e35c 100644
--- a/ui/gl/gl_image_memory.h
+++ b/ui/gl/gl_image_memory.h
@@ -12,7 +12,7 @@
namespace gfx {
-class GL_EXPORT GLImageMemory : public GLImage {
+class GL_EXPORT GLImageMemory : public gl::GLImage {
public:
GLImageMemory(const Size& size, unsigned internalformat);

Powered by Google App Engine
This is Rietveld 408576698