| 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);
|
|
|
|
|