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..02768fdaf6867ef4434c9d06cec5e25eb31d6349 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_for_unbind_; |
| DISALLOW_COPY_AND_ASSIGN(GLImageEGL); |
| }; |