Index: Source/core/style/ComputedStyle.h |
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h |
index 84bca97d0b11b3746168b62dba3e15167982b0ef..ddaa1ae91e52f2e31f4ecdbfaeed57b31ac254a4 100644 |
--- a/Source/core/style/ComputedStyle.h |
+++ b/Source/core/style/ComputedStyle.h |
@@ -1817,7 +1817,7 @@ private: |
void appendContent(PassOwnPtr<ContentData>); |
void addAppliedTextDecoration(const AppliedTextDecoration&); |
bool hasTransformOperations() const { return !rareNonInheritedData->m_transform->m_operations.operations().isEmpty(); } |
- void applyMotionPathTransform(TransformationMatrix&) const; |
+ void applyMotionPathTransform(float originX, float originY, TransformationMatrix&) const; |
bool diffNeedsFullLayoutAndPaintInvalidation(const ComputedStyle& other) const; |
bool diffNeedsFullLayout(const ComputedStyle& other) const; |