| Index: content/test/web_layer_tree_view_impl_for_testing.h
|
| diff --git a/content/test/web_layer_tree_view_impl_for_testing.h b/content/test/web_layer_tree_view_impl_for_testing.h
|
| index 6eec0462508a71eb824ed9e0cd7b15b458845ab5..5cf1270b2e08a0ef79f13962ead534b5a9a8d2ba 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.h
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.h
|
| @@ -72,6 +72,7 @@ class WebLayerTreeViewImplForTesting
|
| void Layout() override;
|
| void ApplyViewportDeltas(const gfx::Vector2d& inner_delta,
|
| const gfx::Vector2d& outer_delta,
|
| + const gfx::Vector2dF& elastic_overscroll_delta,
|
| float page_scale,
|
| float top_controls_delta) override;
|
| void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
|
|
|