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

Unified Diff: ui/gl/gl_image_surface_texture.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_surface_texture.h
diff --git a/ui/gl/gl_image_surface_texture.h b/ui/gl/gl_image_surface_texture.h
index f18eaa2cfdf38851f19d87914e6edbca467f056e..6e9b2c3000f7711c5e46dca4172714ff92ac16ca 100644
--- a/ui/gl/gl_image_surface_texture.h
+++ b/ui/gl/gl_image_surface_texture.h
@@ -13,7 +13,7 @@
namespace gfx {
class SurfaceTexture;
-class GL_EXPORT GLImageSurfaceTexture : public GLImage {
+class GL_EXPORT GLImageSurfaceTexture : public gl::GLImage {
public:
explicit GLImageSurfaceTexture(const Size& size);
« ui/gl/gl_image_egl.h ('K') | « ui/gl/gl_image_stub.h ('k') | ui/gl/gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698