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

Unified Diff: cc/test/fake_web_graphics_context_3d.h

Issue 51653008: Remove WGC3D::isContextLost references from cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android build 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/output/shader.cc ('k') | cc/test/fake_web_graphics_context_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_web_graphics_context_3d.h
diff --git a/cc/test/fake_web_graphics_context_3d.h b/cc/test/fake_web_graphics_context_3d.h
index 35f55c621f8534aa350e0cc904f75d9b1303817d..4bd48a2144f8751c1ad15c90a6baa7902a9293f0 100644
--- a/cc/test/fake_web_graphics_context_3d.h
+++ b/cc/test/fake_web_graphics_context_3d.h
@@ -31,7 +31,6 @@ class FakeWebGraphicsContext3D : public WebKit::WebGraphicsContext3D {
virtual void synthesizeGLError(WebKit::WGC3Denum) {}
virtual bool isContextLost();
- virtual WebKit::WGC3Denum getGraphicsResetStatusARB();
virtual void* mapBufferSubDataCHROMIUM(
WebKit::WGC3Denum target,
« no previous file with comments | « cc/output/shader.cc ('k') | cc/test/fake_web_graphics_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698