| 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 6ede6ed35be3510911752590146b81e827d33960..3c05f514ae9df46f5e3c6222a17c08c40e2c8862 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -8387,6 +8387,8 @@ class SimpleSwapPromiseMonitor : public SwapPromiseMonitor {
|
|
|
| void OnSetNeedsCommitOnMain() override { (*set_needs_commit_count_)++; }
|
|
|
| + void OnSetNeedsForcedRedrawOnMain() override {}
|
| +
|
| void OnSetNeedsRedrawOnImpl() override { (*set_needs_redraw_count_)++; }
|
|
|
| void OnForwardScrollUpdateToMainThreadOnImpl() override {
|
|
|