| 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 5074d2fe0566a471cab4d1a503542de4772ba0c5..91650ef0b2688e89d587d69554e49c3780a8cc7b 100644
|
| --- a/cc/debug/test_web_graphics_context_3d.h
|
| +++ b/cc/debug/test_web_graphics_context_3d.h
|
| @@ -30,8 +30,8 @@ class CC_EXPORT TestWebGraphicsContext3D : public FakeWebGraphicsContext3D {
|
|
|
| virtual bool makeContextCurrent();
|
|
|
| - virtual int width();
|
| - virtual int height();
|
| + virtual int width() OVERRIDE;
|
| + virtual int height() OVERRIDE;
|
|
|
| virtual void reshapeWithScaleFactor(
|
| int width, int height, float scale_factor);
|
|
|