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

Unified Diff: cc/test/test_gles2_interface.h

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_context_provider.cc ('k') | cc/test/test_gles2_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_gles2_interface.h
diff --git a/cc/test/test_gles2_interface.h b/cc/test/test_gles2_interface.h
index 40130c272b6522ef8cb9f1b0098324374d66ba25..a52d73e77d65cdf0ec0a0ad080ec23dbd042e915 100644
--- a/cc/test/test_gles2_interface.h
+++ b/cc/test/test_gles2_interface.h
@@ -165,6 +165,7 @@ class TestGLES2Interface : public gpu::gles2::GLES2InterfaceStub {
virtual void ResizeCHROMIUM(GLuint width,
GLuint height,
float device_scale) OVERRIDE;
+ virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
private:
TestWebGraphicsContext3D* test_context_;
« no previous file with comments | « cc/test/test_context_provider.cc ('k') | cc/test/test_gles2_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698