diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 00:11:11 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 00:11:11 +0000 |
commit | e7e7ebdcb1147a739a10929ed8f73be6044946ba (patch) | |
tree | b96b0fe1963b97ea7fb27fd91225375390e9db85 /cc/test/test_gles2_interface.h | |
parent | 7ad4583b7894d77582bc4fda17f7d80dbd6eb84c (diff) | |
download | chromium_src-e7e7ebdcb1147a739a10929ed8f73be6044946ba.zip chromium_src-e7e7ebdcb1147a739a10929ed8f73be6044946ba.tar.gz chromium_src-e7e7ebdcb1147a739a10929ed8f73be6044946ba.tar.bz2 |
Remove WebGraphicsContext3D getter from cc::ContextProvider
The compositor uses GLES2Interface to talk to the OpenGL context now, so
the WebGraphicsContext3D getter isn't applicable at this layer.
BUG=181120
Review URL: https://codereview.chromium.org/132163004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/test_gles2_interface.h')
-rw-r--r-- | cc/test/test_gles2_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/test/test_gles2_interface.h b/cc/test/test_gles2_interface.h index 40130c2..a52d73e 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_; |