| 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 f80bf3449998aea6a463e5b3c62bc7a95e440fbe..979f1a9dd30ee329fda804e14fbd409463e278f4 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -162,6 +162,7 @@ class LayerTreeHostImplTest : public testing::Test,
|
| void DidCompletePageScaleAnimationOnImplThread() override {
|
| did_complete_page_scale_animation_ = true;
|
| }
|
| + void OnDrawForOutputSurface() override {}
|
|
|
| void set_reduce_memory_result(bool reduce_memory_result) {
|
| reduce_memory_result_ = reduce_memory_result;
|
|
|