| Index: ui/compositor/test_web_graphics_context_3d.h
|
| diff --git a/ui/compositor/test_web_graphics_context_3d.h b/ui/compositor/test_web_graphics_context_3d.h
|
| index a95b30434928e2005d7733843e0848047e9011b1..75f98f853e91d19d784e8affe36d58d646f6a90e 100644
|
| --- a/ui/compositor/test_web_graphics_context_3d.h
|
| +++ b/ui/compositor/test_web_graphics_context_3d.h
|
| @@ -30,13 +30,11 @@ class COMPOSITOR_EXPORT TestWebGraphicsContext3D :
|
| virtual int width();
|
| virtual int height();
|
| virtual void reshape(int width, int height) {}
|
| - virtual bool isGLES2Compliant();
|
| virtual bool readBackFramebuffer(unsigned char* pixels,
|
| size_t bufferSize,
|
| WebKit::WebGLId framebuffer,
|
| int width,
|
| int height);
|
| - virtual WebKit::WebGLId getPlatformTextureId();
|
| virtual void prepareTexture() {}
|
| virtual void postSubBufferCHROMIUM(int x, int y, int width, int height) {}
|
| virtual void synthesizeGLError(WebKit::WGC3Denum value) {}
|
|
|