| Index: cc/test/fake_web_graphics_context_3d.cc
|
| diff --git a/cc/test/fake_web_graphics_context_3d.cc b/cc/test/fake_web_graphics_context_3d.cc
|
| index d822cfe1da43c11682e2bc4c62752d1d2688aaf5..69962983cba61ccc90207f0066372a5b0f390946 100644
|
| --- a/cc/test/fake_web_graphics_context_3d.cc
|
| +++ b/cc/test/fake_web_graphics_context_3d.cc
|
| @@ -38,10 +38,6 @@ bool FakeWebGraphicsContext3D::isContextLost() {
|
| return false;
|
| }
|
|
|
| -WGC3Denum FakeWebGraphicsContext3D::getGraphicsResetStatusARB() {
|
| - return GL_NO_ERROR;
|
| -}
|
| -
|
| void* FakeWebGraphicsContext3D::mapBufferSubDataCHROMIUM(
|
| WGC3Denum target,
|
| WebKit::WGC3Dintptr offset,
|
|
|