| 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 a9bd24e01ed43aa0cd13d50dfcf1e86389a86ba2..85df14df00aa27995947517fa172d47ea76fcdeb 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -4011,6 +4011,7 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| void addAppliedTextDecoration(const AppliedTextDecoration&);
|
| void applyMotionPathTransform(float originX,
|
| float originY,
|
| + const FloatRect& boundingBox,
|
| TransformationMatrix&) const;
|
|
|
| bool scrollAnchorDisablingPropertyChanged(const ComputedStyle& other,
|
|
|