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..a1ca57846fb979f7c75e4dcb7d80366d0cb89044 100644 |
| --- a/ui/gl/gl_image_egl.h |
| +++ b/ui/gl/gl_image_egl.h |
| @@ -36,6 +36,7 @@ class GL_EXPORT GLImageEGL : public GLImage { |
| bool release_after_use_; |
| bool in_use_; |
| unsigned target_; |
| + EGLClientBuffer native_buffer_; |
| DISALLOW_COPY_AND_ASSIGN(GLImageEGL); |
| }; |