| Index: cc/debug/fake_web_graphics_context_3d.h
|
| diff --git a/cc/debug/fake_web_graphics_context_3d.h b/cc/debug/fake_web_graphics_context_3d.h
|
| index 04c983de006d5f3c9a568e489366045d556db4f2..1bd364727655582d4b05a34b7ae2c0caae6ef525 100644
|
| --- a/cc/debug/fake_web_graphics_context_3d.h
|
| +++ b/cc/debug/fake_web_graphics_context_3d.h
|
| @@ -23,11 +23,6 @@ class CC_EXPORT FakeWebGraphicsContext3D
|
|
|
| virtual bool makeContextCurrent();
|
|
|
| - virtual int width();
|
| - virtual int height();
|
| -
|
| - virtual void reshape(int width, int height);
|
| -
|
| virtual bool isGLES2Compliant();
|
|
|
| virtual WebKit::WebGLId getPlatformTextureId();
|
|
|