| 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 458f0dd5e580f179b0cec2a546644e314c6eebb7..90d8609dd6adc4b611d11017cf439eec9e75808a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -4006,6 +4006,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,
|
|
|