Index: content/test/web_layer_tree_view_impl_for_testing.cc |
diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc |
index e183c2aa7ebd2f1855fc3e770ff61b1d8ae4b3af..ffe67d780eaebeb1f7e3bcd2080d80e16fad614d 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.cc |
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc |
@@ -137,9 +137,10 @@ void WebLayerTreeViewImplForTesting::setDeferCommits(bool defer_commits) { |
void WebLayerTreeViewImplForTesting::Layout() { |
} |
-void WebLayerTreeViewImplForTesting::ApplyScrollAndScale( |
+void WebLayerTreeViewImplForTesting::ApplyViewportDeltas( |
const gfx::Vector2d& scroll_delta, |
- float page_scale) {} |
+ float page_scale, |
+ float top_controls_delta) {} |
scoped_ptr<cc::OutputSurface> |
WebLayerTreeViewImplForTesting::CreateOutputSurface(bool fallback) { |