| 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 904c9851cee8a9582106e947f55b66d22aec805c..3b21238bc2373f6bd5c3f6f65c29a80fe67108e1 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.h
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.h
|
| @@ -69,8 +69,8 @@ class WebLayerTreeViewImplForTesting
|
| void DidBeginMainFrame() override {}
|
| void BeginMainFrame(const cc::BeginFrameArgs& args) override {}
|
| void Layout() override;
|
| - void ApplyViewportDeltas(const gfx::Vector2d& inner_delta,
|
| - const gfx::Vector2d& outer_delta,
|
| + void ApplyViewportDeltas(const gfx::Vector2dF& inner_delta,
|
| + const gfx::Vector2dF& outer_delta,
|
| const gfx::Vector2dF& elastic_overscroll_delta,
|
| float page_scale,
|
| float top_controls_delta) override;
|
|
|