| 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 0e12aece46845b889925251ae18a9e3a2aeac8f0..b2957aac549eb592c75649acd9b5fca5b71e6ddb 100644
|
| --- a/cc/test/test_web_graphics_context_3d.h
|
| +++ b/cc/test/test_web_graphics_context_3d.h
|
| @@ -187,8 +187,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);
|
|
|
| @@ -436,6 +435,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_;
|
|
|