| Index: cc/test/test_web_graphics_context_3d.h
|
| diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
|
| index eda6f0f222d6f6327ea39a8e9d0829769522ca70..af06b9945812677f7e6eadf35711bff9a82d7bee 100644
|
| --- a/cc/test/test_web_graphics_context_3d.h
|
| +++ b/cc/test/test_web_graphics_context_3d.h
|
| @@ -189,8 +189,7 @@ class TestWebGraphicsContext3D {
|
| const GLbyte* mailbox) {}
|
| virtual void consumeTextureCHROMIUM(GLenum target,
|
| const GLbyte* mailbox) { }
|
| - virtual GLuint createAndConsumeTextureCHROMIUM(GLenum target,
|
| - const GLbyte* mailbox);
|
| + GLuint createAndConsumeTextureCHROMIUM(GLenum target, const GLbyte* mailbox);
|
|
|
| virtual void loseContextCHROMIUM(GLenum current, GLenum other);
|
|
|
| @@ -430,6 +429,7 @@ class TestWebGraphicsContext3D {
|
| void CreateNamespace();
|
| GLuint BoundTextureId(GLenum target);
|
| scoped_refptr<TestTexture> BoundTexture(GLenum target);
|
| + scoped_refptr<TestTexture> UnboundTexture(GLuint texture);
|
| void CheckTextureIsBound(GLenum target);
|
|
|
| unsigned context_id_;
|
|
|