| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index e66a1ff92976debed7bf24ecba3b543b4e064751..09f3d7dbfbb895957a2efaa663e7849835aa5b5f 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -353,6 +353,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void SetMemoryPolicy(const ManagedMemoryPolicy& policy) override;
|
| void SetTreeActivationCallback(const base::Closure& callback) override;
|
| void OnDraw() override;
|
| + void ForceSwap() override;
|
|
|
| // Called from LayerTreeImpl.
|
| void OnCanDrawStateChangedForTree();
|
|
|