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 44ea6afd3d619f29ac992173ae25482bc2d1a641..bb08a6529b58094d8126cb51cae10bd976db689c 100644 |
--- a/cc/test/test_web_graphics_context_3d.cc |
+++ b/cc/test/test_web_graphics_context_3d.cc |
@@ -127,10 +127,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_) |