| Index: third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| index e84256b4e5e8f0d8e4b1496a52afdf0e59a903f0..de737eea58b3fe65918b8e49309fee5f1db09f5c 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareInheritedData.h
|
| @@ -70,6 +70,8 @@ class CORE_EXPORT StyleRareInheritedData
|
| bool operator!=(const StyleRareInheritedData& o) const {
|
| return !(*this == o);
|
| }
|
| + bool compareEqualNonVariables(const StyleRareInheritedData&) const;
|
| + bool compareEqualVariables(const StyleRareInheritedData&) const;
|
| bool shadowDataEquivalent(const StyleRareInheritedData&) const;
|
| bool quotesDataEquivalent(const StyleRareInheritedData&) const;
|
|
|
|
|