| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index afa029f2a11a466219fa72b749ca701f5f1cf37b..1c7cd041db26cc4d213db13e8e7fdc85b039a6c5 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -346,12 +346,6 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
| std::unordered_set<Layer*>& LayersThatShouldPushProperties();
|
| bool LayerNeedsPushPropertiesForTesting(Layer* layer) const;
|
|
|
| - virtual void SetNeedsMetaInfoRecomputation(
|
| - bool needs_meta_info_recomputation);
|
| - bool needs_meta_info_recomputation() const {
|
| - return needs_meta_info_recomputation_;
|
| - }
|
| -
|
| void SetPageScaleFromImplSide(float page_scale);
|
| void SetElasticOverscrollFromImplSide(gfx::Vector2dF elastic_overscroll);
|
| gfx::Vector2dF elastic_overscroll() const { return elastic_overscroll_; }
|
| @@ -600,7 +594,6 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
| PropertyTrees property_trees_;
|
|
|
| bool needs_full_tree_sync_ = true;
|
| - bool needs_meta_info_recomputation_ = true;
|
|
|
| gfx::Vector2dF elastic_overscroll_;
|
|
|
|
|