| Index: cc/test/test_web_graphics_context_3d.h
|
| diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
|
| index 1e7e356fdbca8c767b75d4b9c60fab54bc45788b..57809805479e964161bac2953d567f43b6034bee 100644
|
| --- a/cc/test/test_web_graphics_context_3d.h
|
| +++ b/cc/test/test_web_graphics_context_3d.h
|
| @@ -34,7 +34,8 @@ class TestWebGraphicsContext3D : public FakeWebGraphicsContext3D {
|
| virtual int width();
|
| virtual int height();
|
|
|
| - virtual void reshape(int width, int height);
|
| + virtual void reshapeWithScaleFactor(
|
| + int width, int height, float scale_factor);
|
|
|
| virtual bool isContextLost();
|
| virtual WebKit::WGC3Denum getGraphicsResetStatusARB();
|
|
|