Index: Source/core/style/ComputedStyle.h |
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h |
index e9ccf08010a2d0abedc1b50ea08b8f469fdc3d59..dff723411bb37207587fe43bbffbe4a44bb7cb53 100644 |
--- a/Source/core/style/ComputedStyle.h |
+++ b/Source/core/style/ComputedStyle.h |
@@ -1818,7 +1818,7 @@ private: |
void appendContent(PassOwnPtr<ContentData>); |
void addAppliedTextDecoration(const AppliedTextDecoration&); |
- void applyMotionPathTransform(TransformationMatrix&) const; |
+ void applyMotionPathTransform(float originX, float originY, TransformationMatrix&) const; |
bool diffNeedsFullLayoutAndPaintInvalidation(const ComputedStyle& other) const; |
bool diffNeedsFullLayout(const ComputedStyle& other) const; |