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

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 105553003: Use GLES2Interface in GLRenderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« cc/test/test_gles2_interface.cc ('K') | « cc/test/test_gles2_interface.cc ('k') | no next file » | 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 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;
« cc/test/test_gles2_interface.cc ('K') | « cc/test/test_gles2_interface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698