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

Unified Diff: ui/gl/gl_image_glx.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_glx.h
diff --git a/ui/gl/gl_image_glx.h b/ui/gl/gl_image_glx.h
index e22512e9cb3e5657a4f9a4be553e4cc8d042a801..b2c66dfc093b8797bf30c541e35e9521b8eb21e0 100644
--- a/ui/gl/gl_image_glx.h
+++ b/ui/gl/gl_image_glx.h
@@ -12,7 +12,7 @@
namespace gfx {
-class GL_EXPORT GLImageGLX : public GLImage {
+class GL_EXPORT GLImageGLX : public gl::GLImage {
public:
GLImageGLX(const Size& size, unsigned internalformat);
« ui/gl/gl_image_egl.h ('K') | « ui/gl/gl_image_egl.h ('k') | ui/gl/gl_image_io_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698