| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 3dd015e68a8c2c1e0d3c029743eebdb43a4fc718..f6b949f2cc031ceb53387d351e8753b20459bc7c 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -167,6 +167,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
| const RendererCapabilities& GetRendererCapabilities() const;
|
|
|
| void SetNeedsAnimate();
|
| + virtual void SetNeedsUpdateLayers();
|
| virtual void SetNeedsCommit();
|
| virtual void SetNeedsFullTreeSync();
|
| void SetNeedsRedraw();
|
|
|