Index: cc/test/test_web_graphics_context_3d.cc |
diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc |
index b111a646ee351e2c8d55a4e93a96cd91849a57f3..ace03cc1b3e38c033f91802294e10c712f2e6bae 100644 |
--- a/cc/test/test_web_graphics_context_3d.cc |
+++ b/cc/test/test_web_graphics_context_3d.cc |
@@ -121,10 +121,6 @@ bool TestWebGraphicsContext3D::isContextLost() { |
return context_lost_; |
} |
-WGC3Denum TestWebGraphicsContext3D::getGraphicsResetStatusARB() { |
- return context_lost_ ? GL_UNKNOWN_CONTEXT_RESET_ARB : GL_NO_ERROR; |
-} |
- |
WGC3Denum TestWebGraphicsContext3D::checkFramebufferStatus( |
WGC3Denum target) { |
if (context_lost_) |