Chromium Code Reviews| Index: ui/gl/gl_image_egl.h |
| diff --git a/ui/gl/gl_image_egl.h b/ui/gl/gl_image_egl.h |
| index 4110fd0d244473e32b9f898c2d5ee87e23adcda2..294c684af38d15932d4b5a300747573b1f06fa03 100644 |
| --- a/ui/gl/gl_image_egl.h |
| +++ b/ui/gl/gl_image_egl.h |
| @@ -11,7 +11,7 @@ |
| namespace gfx { |
|
piman
2015/10/27 01:11:26
I think it would be good to move the derived class
tfarina
2015/10/28 03:58:40
Done.
|
| -class GL_EXPORT GLImageEGL : public GLImage { |
| +class GL_EXPORT GLImageEGL : public gl::GLImage { |
| public: |
| explicit GLImageEGL(const Size& size); |