| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index ad4edc336f255eb25e0bd33e4d4b366c04704f95..e0f5d9e6d807be846a13bc055f61954d1ff6e911 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -405,6 +405,8 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| void RegisterSelection(const LayerSelection& selection);
|
|
|
| + bool GetAndResetHandleVisibilityChanged();
|
| +
|
| // Compute the current selection handle location and visbility with respect to
|
| // the viewport.
|
| void GetViewportSelection(Selection<gfx::SelectionBound>* selection);
|
| @@ -540,6 +542,8 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| bool has_ever_been_drawn_;
|
|
|
| + bool handle_visibility_changed_;
|
| +
|
| std::vector<std::unique_ptr<SwapPromise>> swap_promise_list_;
|
| std::vector<std::unique_ptr<SwapPromise>> pinned_swap_promise_list_;
|
|
|
|
|