| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 834967f771a454a80e64d7c93ae82a0f84ff265b..eb5fc9805270b5852269cbdf9733f4d719ac77f2 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -5816,6 +5816,7 @@ class TestInputHandlerClient : public InputHandlerClient {
|
| min_page_scale_factor_ = min_page_scale_factor;
|
| max_page_scale_factor_ = max_page_scale_factor;
|
| }
|
| + void DeliverInputForBeginFrame() override {}
|
|
|
| gfx::ScrollOffset last_set_scroll_offset() {
|
| return last_set_scroll_offset_;
|
|
|