| Index: ui/compositor/test_web_graphics_context_3d.cc
|
| diff --git a/ui/compositor/test_web_graphics_context_3d.cc b/ui/compositor/test_web_graphics_context_3d.cc
|
| index 7778d56c80a1aee7b82f6bf31fa10c4e27df26f0..409ca64e2dc2696fea4d1b5e38c61e4bd8a90760 100644
|
| --- a/ui/compositor/test_web_graphics_context_3d.cc
|
| +++ b/ui/compositor/test_web_graphics_context_3d.cc
|
| @@ -33,10 +33,6 @@ int TestWebGraphicsContext3D::height() {
|
| return 0;
|
| }
|
|
|
| -bool TestWebGraphicsContext3D::isGLES2Compliant() {
|
| - return false;
|
| -}
|
| -
|
| bool TestWebGraphicsContext3D::readBackFramebuffer(
|
| unsigned char* pixels,
|
| size_t bufferSize,
|
| @@ -46,10 +42,6 @@ bool TestWebGraphicsContext3D::readBackFramebuffer(
|
| return false;
|
| }
|
|
|
| -WebKit::WebGLId TestWebGraphicsContext3D::getPlatformTextureId() {
|
| - return 0;
|
| -}
|
| -
|
| bool TestWebGraphicsContext3D::isContextLost() {
|
| return false;
|
| }
|
|
|