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

Unified Diff: cc/test/test_gles2_interface.cc

Issue 132163004: Remove WebGraphicsContext3D getter from cc::ContextProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months 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.h ('k') | cc/test/test_in_process_context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_gles2_interface.cc
diff --git a/cc/test/test_gles2_interface.cc b/cc/test/test_gles2_interface.cc
index b2bf39a357f31611ff45805c54df8d4f6776afb4..732c8a24916b14d1e7bc84508e7a80c048627c69 100644
--- a/cc/test/test_gles2_interface.cc
+++ b/cc/test/test_gles2_interface.cc
@@ -369,4 +369,8 @@ void TestGLES2Interface::ResizeCHROMIUM(GLuint width,
test_context_->reshapeWithScaleFactor(width, height, device_scale);
}
+void TestGLES2Interface::LoseContextCHROMIUM(GLenum current, GLenum other) {
+ test_context_->loseContextCHROMIUM(current, other);
+}
+
} // namespace cc
« no previous file with comments | « cc/test/test_gles2_interface.h ('k') | cc/test/test_in_process_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698