Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 7f4f92283c6a550b77038a9155b2d395ec231670..fd62ba5c9982bb12b1a010535b19636d4e0b3f56 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -710,11 +710,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver, |
SkColor color, |
float width) const; |
- void NoteLayerPropertyChangedForSubtree(); |
- |
- // Note carefully this does not affect the current layer. |
- void NoteLayerPropertyChangedForDescendants(); |
- |
gfx::Rect GetScaledEnclosingRectInTargetSpace(float scale) const; |
private: |