Chromium Code Reviews| 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 54cf5437d2afebade1bbfe3428333d34355f77df..3e9aaa06b0666f06e99e46c93f462864eecd2f87 100644 |
| --- a/cc/test/test_web_graphics_context_3d.h |
| +++ b/cc/test/test_web_graphics_context_3d.h |
| @@ -198,6 +198,7 @@ class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D { |
| return ContainsKey(used_textures_, texture); |
| } |
| void ResetUsedTextures() { used_textures_.clear(); } |
| + unsigned AllocateTestTextureForExternalUse(); |
|
piman
2013/12/06 00:49:44
You again!
|
| void set_support_swapbuffers_complete_callback(bool support) { |
| test_capabilities_.swapbuffers_complete_callback = support; |