| 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 e7c3c8b780e3cf4642c907a89bec2b64141f4efd..9983a6686371ceeec194c1adc44b66d89755aac4 100644
|
| --- a/cc/blimp/layer_tree_host_remote.h
|
| +++ b/cc/blimp/layer_tree_host_remote.h
|
| @@ -10,6 +10,7 @@
|
| #include "cc/base/cc_export.h"
|
| #include "cc/blimp/remote_compositor_bridge_client.h"
|
| #include "cc/debug/layer_tree_debug_state.h"
|
| +#include "cc/output/begin_frame_args.h"
|
| #include "cc/surfaces/surface_sequence_generator.h"
|
| #include "cc/trees/layer_tree_host.h"
|
| #include "cc/trees/layer_tree_settings.h"
|
| @@ -125,6 +126,7 @@ class CC_EXPORT LayerTreeHostRemote : public LayerTreeHost,
|
| int source_frame_number_ = 0;
|
| bool visible_ = false;
|
| bool defer_commits_ = false;
|
| + uint64_t begin_frame_number_ = BeginFrameArgs::kStartingFrameNumber;
|
|
|
| // In threaded/single-threaded mode, the LayerTree and Layers expect scroll/
|
| // scale updates to come from the impl thread only during the main frame.
|
|
|