| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 3d032fcc50bf7998f0b1382491b6891ad30072a0..742ab1b72b2329fd4047362beb7ac6ea2b667b5a 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -448,6 +448,8 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| void BuildLayerListForTesting();
|
|
|
| + bool SelectionChanged();
|
| +
|
| protected:
|
| float ClampPageScaleFactorToLimits(float page_scale_factor) const;
|
| void PushPageScaleFactorAndLimits(const float* page_scale_factor,
|
| @@ -550,6 +552,8 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| std::unique_ptr<PendingPageScaleAnimation> pending_page_scale_animation_;
|
|
|
| + bool selection_changed_;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
|
| };
|
|
|