| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index c1c73fbd439684a58600bfd5ed95c9d64b9f4256..a9525e436f41c7635a4b40c45096084d6b68230e 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -4002,8 +4002,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| Color lightingColor() const { return svgStyle().lightingColor(); }
|
|
|
| void addAppliedTextDecoration(const AppliedTextDecoration&);
|
| - void applyMotionPathTransform(float originX,
|
| - float originY,
|
| + void applyMotionPathTransform(const FloatRect& boundingBox,
|
| TransformationMatrix&) const;
|
|
|
| bool diffNeedsFullLayoutAndPaintInvalidation(
|
|
|