| Index: third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.h b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| index ba691e05df4585996b8d13f036a5032faf1ac9de..0c49855fbf6657d75ba9b3f59200dc21201f1c54 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.h
|
| @@ -41,7 +41,8 @@ public:
|
| PassRefPtr<SVGComputedStyle> copy() const { return adoptRef(new SVGComputedStyle(*this));}
|
| ~SVGComputedStyle();
|
|
|
| - bool inheritedNotEqual(const SVGComputedStyle*) const;
|
| + bool inheritedEqual(const SVGComputedStyle&) const;
|
| + bool nonInheritedEqual(const SVGComputedStyle&) const;
|
| void inheritFrom(const SVGComputedStyle*);
|
| void copyNonInheritedFromCached(const SVGComputedStyle*);
|
|
|
|
|