| 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 2492fa297e652d28905631df3c1f2a6928776c97..2d7f8a0870f8c69cf0cb0d9ae45af76830263322 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3540,6 +3540,9 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| bool isStyleAvailable() const;
|
| bool isSharable() const;
|
|
|
| + bool requireTransformOrigin(ApplyTransformOrigin applyOrigin,
|
| + ApplyMotionPath) const;
|
| +
|
| private:
|
| void setVisitedLinkColor(const Color&);
|
| void setVisitedLinkBackgroundColor(const StyleColor& v) {
|
| @@ -3721,8 +3724,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| void updatePropertySpecificDifferences(const ComputedStyle& other,
|
| StyleDifference&) const;
|
|
|
| - bool requireTransformOrigin(ApplyTransformOrigin applyOrigin,
|
| - ApplyMotionPath) const;
|
| static bool shadowListHasCurrentColor(const ShadowList*);
|
|
|
| StyleInheritedVariables& mutableInheritedVariables();
|
|
|