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

Unified Diff: ui/gl/gl_image_ozone_native_pixmap.h

Issue 1421903006: ui/gl: Move GLImage into gl namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ozone demo 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_ozone_native_pixmap.h
diff --git a/ui/gl/gl_image_ozone_native_pixmap.h b/ui/gl/gl_image_ozone_native_pixmap.h
index 6505299c6c98ef65c3e157742e3bdac9b70d6adc..f76e98b4fad1a071e835225ccf1452c09c2835ab 100644
--- a/ui/gl/gl_image_ozone_native_pixmap.h
+++ b/ui/gl/gl_image_ozone_native_pixmap.h
@@ -11,7 +11,7 @@
namespace gfx {
-class GL_EXPORT GLImageOzoneNativePixmap : public GLImageEGL {
+class GL_EXPORT GLImageOzoneNativePixmap : public gl::GLImageEGL {
public:
GLImageOzoneNativePixmap(const Size& size, unsigned internalformat);

Powered by Google App Engine
This is Rietveld 408576698