| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 4661d9816cdb894fba47df14b1f6df27a3a9d6a5..97e900ce185f5ef5ae48acc55b4126ec3713c997 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -449,6 +449,8 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
| gfx::ScrollOffset GetScrollOffsetForAnimation(
|
| ElementId element_id) const override;
|
|
|
| + void ResetTrees();
|
| +
|
| protected:
|
| LayerTreeHost(InitParams* params, CompositorMode mode);
|
|
|
|
|