| 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 31182f81fd1eaa501ebbecaee71cb7ff64083234..d40be0b03456ccc1a0deea21948debddc5136829 100644 | 
| --- a/cc/test/test_web_graphics_context_3d.h | 
| +++ b/cc/test/test_web_graphics_context_3d.h | 
| @@ -445,6 +445,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_; | 
|  |