Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index c3bfa568c94492ffda867bbb11c49e13741f7486..b6f55cb072bc434e9b6814174d955f4efa366a2a 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -96,7 +96,6 @@ class CC_EXPORT LayerImpl { |
gfx::ScrollOffset ScrollOffsetForAnimation() const; |
void OnFilterAnimated(const FilterOperations& filters); |
void OnOpacityAnimated(float opacity); |
- void OnTransformAnimated(const gfx::Transform& transform); |
void OnScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset); |
void OnTransformIsCurrentlyAnimatingChanged(bool is_currently_animating); |
void OnTransformIsPotentiallyAnimatingChanged(bool has_potential_animation); |
@@ -140,7 +139,6 @@ class CC_EXPORT LayerImpl { |
bool is_clipped() const { return draw_properties_.is_clipped; } |
- void UpdatePropertyTreeTransform(const gfx::Transform& transform); |
void UpdatePropertyTreeTransformIsAnimated(bool is_animated); |
void UpdatePropertyTreeOpacity(float opacity); |
void UpdatePropertyTreeScrollOffset(); |