| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index cf52e9485b7854ab6c657e271c6c8f986002ca91..10686fb6ac4017570ededddd1e70f8c1a5e76e0a 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -474,6 +474,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
|
| private:
|
| friend class LayerTreeHostSerializationTest;
|
|
|
| + void ApplyViewportDeltas(ScrollAndScaleSet* info);
|
| void InitializeProxy(
|
| std::unique_ptr<Proxy> proxy,
|
| std::unique_ptr<BeginFrameSource> external_begin_frame_source);
|
|
|