| Index: cc/test/layer_tree_test_common.h
|
| diff --git a/cc/test/layer_tree_test_common.h b/cc/test/layer_tree_test_common.h
|
| index ad044d51a17a2dbbe8d5b9796f3f678802364ceb..0e02cfabc0b26d3d014036982cd50a244ca37cd9 100644
|
| --- a/cc/test/layer_tree_test_common.h
|
| +++ b/cc/test/layer_tree_test_common.h
|
| @@ -34,7 +34,7 @@ public:
|
| virtual void drawLayersOnThread(cc::LayerTreeHostImpl*) { }
|
| virtual void animateLayers(cc::LayerTreeHostImpl*, base::TimeTicks monotonicTime) { }
|
| virtual void willAnimateLayers(cc::LayerTreeHostImpl*, base::TimeTicks monotonicTime) { }
|
| - virtual void applyScrollAndScale(const cc::IntSize&, float) { }
|
| + virtual void applyScrollAndScale(gfx::Vector2d, float) { }
|
| virtual void animate(base::TimeTicks monotonicTime) { }
|
| virtual void layout() { }
|
| virtual void didRecreateOutputSurface(bool succeeded) { }
|
|
|