| Index: cc/test/fake_layer_tree_host_impl.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
|
| index 1a6e01b00c7fcf4c3065853b6775149c0c211961..a0dabc3bcbecead162bb0751cfdc9ae832e3b47a 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.h
|
| +++ b/cc/test/fake_layer_tree_host_impl.h
|
| @@ -34,11 +34,8 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
|
| void NotifyTileStateChanged(const Tile* tile) override;
|
| BeginFrameArgs CurrentBeginFrameArgs() const override;
|
| void AdvanceToNextFrame(base::TimeDelta advance_by);
|
| - void UpdateNumChildrenAndDrawPropertiesForActiveTree(
|
| - bool force_skip_verify_visible_rect_calculations = false);
|
| - static void UpdateNumChildrenAndDrawProperties(
|
| - LayerTreeImpl* layerTree,
|
| - bool force_skip_verify_visible_rect_calculations = false);
|
| + void UpdateNumChildrenAndDrawPropertiesForActiveTree();
|
| + static void UpdateNumChildrenAndDrawProperties(LayerTreeImpl* layerTree);
|
| static int RecursiveUpdateNumChildren(LayerImpl* layer);
|
|
|
| using LayerTreeHostImpl::ActivateSyncTree;
|
|
|