Index: cc/animation/transform_operations.h |
diff --git a/cc/animation/transform_operations.h b/cc/animation/transform_operations.h |
index e2f547daafff6f616485a945635749f69f0719ec..b70f61e828e70adaf4780443f209809e02469da4 100644 |
--- a/cc/animation/transform_operations.h |
+++ b/cc/animation/transform_operations.h |
@@ -59,9 +59,6 @@ class CC_EXPORT TransformOperations { |
SkMScalar max_progress, |
gfx::BoxF* bounds) const; |
- // Returns true if these operations affect scale. |
- bool AffectsScale() const; |
- |
// Returns true if these operations are only translations. |
bool IsTranslation() const; |