| Index: cc/test/test_web_graphics_context_3d.cc
|
| diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc
|
| index 3de1d51ce27c3d969952f8f6bc5abcc5f77a8f5f..11c8a9052c3fbf8b6c00a1df6372ae10e8980a20 100644
|
| --- a/cc/test/test_web_graphics_context_3d.cc
|
| +++ b/cc/test/test_web_graphics_context_3d.cc
|
| @@ -103,7 +103,8 @@ int TestWebGraphicsContext3D::height() {
|
| return height_;
|
| }
|
|
|
| -void TestWebGraphicsContext3D::reshape(int width, int height) {
|
| +void TestWebGraphicsContext3D::reshapeWithScaleFactor(
|
| + int width, int height, float scale_factor) {
|
| width_ = width;
|
| height_ = height;
|
| }
|
|
|