| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 0d64124649b71cb47d288fea1fda5af5a59df3cd..51ccc905816e7f9caaf78b17b17b30d1e4051fb0 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -557,6 +557,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| LayerTreeHostImplClient* client_;
|
| Proxy* proxy_;
|
| + LayerTreeSettings settings_;
|
|
|
| private:
|
| gfx::Vector2dF ScrollLayerWithViewportSpaceDelta(
|
| @@ -676,7 +677,6 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| // The optional delegate for the root layer scroll offset.
|
| LayerScrollOffsetDelegate* root_layer_scroll_offset_delegate_;
|
| - LayerTreeSettings settings_;
|
| LayerTreeDebugState debug_state_;
|
| bool visible_;
|
| ManagedMemoryPolicy cached_managed_memory_policy_;
|
|
|