| Index: cc/test/layer_tree_host_remote_for_testing.h
|
| diff --git a/cc/test/layer_tree_host_remote_for_testing.h b/cc/test/layer_tree_host_remote_for_testing.h
|
| index 9220b96f2b5956279bc3386ffbf199930686734a..1ea328ed65e2f3fcfa8fb919efe6c8facab1b8f3 100644
|
| --- a/cc/test/layer_tree_host_remote_for_testing.h
|
| +++ b/cc/test/layer_tree_host_remote_for_testing.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/macros.h"
|
| #include "cc/blimp/compositor_state_deserializer_client.h"
|
| #include "cc/blimp/layer_tree_host_remote.h"
|
| +#include "ui/gfx/geometry/scroll_offset.h"
|
|
|
| namespace gpu {
|
| class GpuMemoryBufferManager;
|
| @@ -89,6 +90,7 @@ class LayerTreeHostRemoteForTesting : public LayerTreeHostRemote,
|
| void DispatchDrawAndSwapCallbacks() override;
|
|
|
| void LayerDidScroll(int engine_layer_id);
|
| + void ApplyUpdatesFromInProcessHost();
|
|
|
| void RemoteHostNeedsMainFrame();
|
| void ProcessRemoteCompositorUpdate(
|
| @@ -99,6 +101,7 @@ class LayerTreeHostRemoteForTesting : public LayerTreeHostRemote,
|
| std::unique_ptr<CompositorStateDeserializer> compositor_state_deserializer_;
|
|
|
| std::unique_ptr<CompositorProtoState> pending_compositor_proto_state_;
|
| + ScrollOffsetMap layers_scrolled_;
|
|
|
| std::unique_ptr<LayerTreeHostInProcessClient>
|
| layer_tree_host_in_process_client_;
|
|
|