Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2344)

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 93283002: Add GLES2Interface version of TWGC3D Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/test_gles2_interface.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b7abd54ec697dc62d5cb569abb9023f6926b5632..f8d17c7c4fdf93d9bae18c6d32e7cbfd4c961c5f 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -193,7 +193,6 @@ class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D {
return ContainsKey(used_textures_, texture);
}
void ResetUsedTextures() { used_textures_.clear(); }
- unsigned AllocateTestTextureForExternalUse();
void set_support_swapbuffers_complete_callback(bool support) {
test_capabilities_.swapbuffers_complete_callback = support;
« no previous file with comments | « cc/test/test_gles2_interface.cc ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698