Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 93dff96518f1f48d4920e95d606e473d7024488d..5661a715a4b007a3ea6f294c7a3addb2414a99f9 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -571,8 +571,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
virtual base::DictionaryValue* LayerTreeAsJson() const; |
- void SetStackingOrderChanged(bool stacking_order_changed); |
- |
bool LayerPropertyChanged() const; |
void ResetAllChangeTrackingForSubtree(); |
@@ -768,7 +766,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
bool user_scrollable_horizontal_ : 1; |
bool user_scrollable_vertical_ : 1; |
- bool stacking_order_changed_ : 1; |
// Whether the "back" of this layer should draw. |
bool double_sided_ : 1; |
bool should_flatten_transform_ : 1; |