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