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

Unified Diff: ui/gl/gl_image_io_surface.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_io_surface.h
diff --git a/ui/gl/gl_image_io_surface.h b/ui/gl/gl_image_io_surface.h
index 45bd3ac83a9270b4f00406433396715ec13b455b..a2fb3303d0916c7c7e43363b09e791e0768226f9 100644
--- a/ui/gl/gl_image_io_surface.h
+++ b/ui/gl/gl_image_io_surface.h
@@ -21,7 +21,7 @@ typedef void* CALayer;
namespace gfx {
-class GL_EXPORT GLImageIOSurface : public GLImage {
+class GL_EXPORT GLImageIOSurface : public gl::GLImage {
public:
GLImageIOSurface(const Size& size, unsigned internalformat);
« ui/gl/gl_image_egl.h ('K') | « ui/gl/gl_image_glx.h ('k') | ui/gl/gl_image_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698