| Index: cc/debug/test_web_graphics_context_3d.h
|
| diff --git a/cc/debug/test_web_graphics_context_3d.h b/cc/debug/test_web_graphics_context_3d.h
|
| index 91650ef0b2688e89d587d69554e49c3780a8cc7b..84375c71af392bab6aa0f1c18b784644ad7102db 100644
|
| --- a/cc/debug/test_web_graphics_context_3d.h
|
| +++ b/cc/debug/test_web_graphics_context_3d.h
|
| @@ -30,9 +30,6 @@ class CC_EXPORT TestWebGraphicsContext3D : public FakeWebGraphicsContext3D {
|
|
|
| virtual bool makeContextCurrent();
|
|
|
| - virtual int width() OVERRIDE;
|
| - virtual int height() OVERRIDE;
|
| -
|
| virtual void reshapeWithScaleFactor(
|
| int width, int height, float scale_factor);
|
|
|
|
|