diff options
Diffstat (limited to 'cc/test/test_web_graphics_context_3d.cc')
-rw-r--r-- | cc/test/test_web_graphics_context_3d.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc index 44ea6af..bb08a65 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_) |