| Index: cc/blimp/layer_tree_host_remote.h
|
| diff --git a/cc/blimp/layer_tree_host_remote.h b/cc/blimp/layer_tree_host_remote.h
|
| index 1015bf4cbd3f1b5e84fd7f1dad1aebcef9d5adf7..580674f050025161ba33eec68785f6f337f1eb4d 100644
|
| --- a/cc/blimp/layer_tree_host_remote.h
|
| +++ b/cc/blimp/layer_tree_host_remote.h
|
| @@ -20,6 +20,10 @@ class SingleThreadTaskRunner;
|
| } // namespace base
|
|
|
| namespace cc {
|
| +namespace proto {
|
| +class LayerTreeHost;
|
| +} // namespace proto
|
| +
|
| class AnimationHost;
|
| class CompositorProtoStateSink;
|
| class LayerTreeHostClient;
|
| @@ -108,6 +112,7 @@ class CC_EXPORT LayerTreeHostRemote : public LayerTreeHost,
|
| void ScheduleMainFrameIfNecessary();
|
| void MainFrameComplete();
|
| void DispatchDrawAndSwapCallbacks();
|
| + void SerializeCurrentState(proto::LayerTreeHost* layer_tree_host_proto);
|
|
|
| int id_;
|
| int source_frame_number_;
|
|
|