| 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 0c001d2e52761576ccfe5534a514c2e2036996df..c1e3a59ef1301f7c32338266cb6b5d37a1d36f05 100644
|
| --- a/cc/test/test_web_graphics_context_3d.h
|
| +++ b/cc/test/test_web_graphics_context_3d.h
|
| @@ -437,6 +437,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_;
|
|
|