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 5a1b5b3647c737ba2de5a18f4952a8a3956f677e..1764193156ebb97a49a72e0d830918ad8282b4ef 100644 |
| --- a/ui/gl/gl_image_egl.h |
| +++ b/ui/gl/gl_image_egl.h |
| @@ -36,6 +36,8 @@ class GL_EXPORT GLImageEGL : public GLImage { |
| bool release_after_use_; |
| bool in_use_; |
| unsigned target_; |
| + EGLImageKHR egl_image_for_unbind_; |
| + GLuint texture_id_; |
|
reveman
2014/03/20 13:02:05
nit: texture_id_for_unbind_ to be consistent
|
| DISALLOW_COPY_AND_ASSIGN(GLImageEGL); |
| }; |