| 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 962764a909e5f736cfbb5cfedee830e33962a403..c912156fdba04381b84723d043336f509b194cc5 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) { }
|
|
|