| 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..19bb7eba94e17187944af86701af6681b6a713ec 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 HandleVisibilityChanged();
|
| +
|
| 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 handle_visibility_changed_;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeImpl);
|
| };
|
|
|