| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 5fd6174dda51ab248a6b68ba548e0b1fead40859..66e43ee316b08e1aa2fa59342c3313da06d6723b 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -95,7 +95,6 @@ class CC_EXPORT LayerImpl {
|
| // Interactions with attached animations.
|
| gfx::ScrollOffset ScrollOffsetForAnimation() const;
|
| void OnFilterAnimated(const FilterOperations& filters);
|
| - 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);
|
| @@ -139,7 +138,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 UpdatePropertyTreeScrollOffset();
|
|
|
|
|