| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 547b422ac4be16f8ed087ebe48f70ff41e0d3ee0..ff3e80677601d719b8d0e298dbcaec18bb86ebfe 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -650,10 +650,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| // side.
|
| int num_dependents_need_push_properties_;
|
|
|
| - // Tracks whether this layer may have changed stacking order with its
|
| - // siblings.
|
| - bool stacking_order_changed_;
|
| -
|
| // The update rect is the region of the compositor resource that was
|
| // actually updated by the compositor. For layers that may do updating
|
| // outside the compositor's control (i.e. plugin layers), this information
|
|
|