| Index: Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h
|
| diff --git a/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h b/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h
|
| index c66b9cde882858919211ef92a8c3b5a61848b0fb..bcd82b42cfdba348c084dd9cd10ea7fc4635199d 100644
|
| --- a/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h
|
| +++ b/Source/WebKit/chromium/tests/FakeWebGraphicsContext3D.h
|
| @@ -47,12 +47,8 @@ public:
|
|
|
| virtual void reshape(int width, int height) { }
|
|
|
| - virtual bool isGLES2Compliant() { return false; }
|
| -
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t bufferSize, WebGLId framebuffer, int width, int height) { return false; }
|
|
|
| - virtual WebGLId getPlatformTextureId() { return 0; }
|
| -
|
| virtual void prepareTexture() { }
|
|
|
| virtual void postSubBufferCHROMIUM(int x, int y, int width, int height) { }
|
|
|