| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index ada656079be6b63a727184258a1b0b6891b0584c..d156416bfce3ecfbaa9b9cad9fac5c97469666fb 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -474,10 +474,6 @@ class CC_EXPORT LayerTreeHost {
|
| scoped_refptr<Layer> inner_viewport_scroll_layer_;
|
| scoped_refptr<Layer> outer_viewport_scroll_layer_;
|
|
|
| - OpacityTree opacity_tree_;
|
| - ClipTree clip_tree_;
|
| - TransformTree transform_tree_;
|
| -
|
| LayerSelectionBound selection_start_;
|
| LayerSelectionBound selection_end_;
|
|
|
|
|