| Index: ui/gl/gl_image_egl.h
|
| diff --git a/ui/gl/gl_image_egl.h b/ui/gl/gl_image_egl.h
|
| index ec3b6065a6d48d37c404165f0bba3b1f26ae523a..bade6eb2f70d0739272b72cf8ff7837d434752ac 100644
|
| --- a/ui/gl/gl_image_egl.h
|
| +++ b/ui/gl/gl_image_egl.h
|
| @@ -21,6 +21,7 @@ class GL_EXPORT GLImageEGL : public GLImage {
|
| virtual gfx::Size GetSize() OVERRIDE;
|
| virtual bool BindTexImage(unsigned target) OVERRIDE;
|
| virtual void ReleaseTexImage(unsigned target) OVERRIDE {}
|
| + virtual bool CopyTexImage(unsigned target) OVERRIDE;
|
| virtual void WillUseTexImage() OVERRIDE {}
|
| virtual void DidUseTexImage() OVERRIDE {}
|
| virtual void WillModifyTexImage() OVERRIDE {}
|
|
|