| Index: cc/test/test_gles2_interface.h
|
| diff --git a/cc/test/test_gles2_interface.h b/cc/test/test_gles2_interface.h
|
| index be18e73dcb987b2ed57438379f8193545a75dea8..c20cf5f3da4da0a98fccf13386449eeefbe762f7 100644
|
| --- a/cc/test/test_gles2_interface.h
|
| +++ b/cc/test/test_gles2_interface.h
|
| @@ -160,8 +160,14 @@ class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
|
| virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
|
| virtual void ProduceTextureCHROMIUM(GLenum target,
|
| const GLbyte* mailbox) OVERRIDE;
|
| + virtual void ProduceTextureDirectCHROMIUM(GLuint texture,
|
| + GLenum target,
|
| + const GLbyte* mailbox) OVERRIDE;
|
| virtual void ConsumeTextureCHROMIUM(GLenum target,
|
| const GLbyte* mailbox) OVERRIDE;
|
| + virtual GLuint CreateAndConsumeTextureCHROMIUM(
|
| + GLenum target,
|
| + const GLbyte* mailbox) OVERRIDE;
|
|
|
| virtual void ResizeCHROMIUM(GLuint width,
|
| GLuint height,
|
|
|