Index: cc/test/fake_layer_tree_host_client.h |
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h |
index 0082a33fc52be78d5833c0e5b4ddad5768ea4c49..bd66e71fbe71048135833bc49a59926780300720 100644 |
--- a/cc/test/fake_layer_tree_host_client.h |
+++ b/cc/test/fake_layer_tree_host_client.h |
@@ -31,6 +31,10 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient, |
virtual void DidBeginMainFrame() OVERRIDE {} |
virtual void BeginMainFrame(const BeginFrameArgs& args) OVERRIDE {} |
virtual void Layout() OVERRIDE {} |
+ virtual void ApplyViewportDeltas(const gfx::Vector2d& inner_delta, |
+ const gfx::Vector2d& outer_delta, |
+ float page_scale, |
+ float top_controls_delta) OVERRIDE {} |
virtual void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta, |
float page_scale, |
float top_controls_delta) OVERRIDE {} |