| Index: third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp b/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| index d4180a352a39ad3de397a9dc18a8922e9faffcb3..fb074ed65d7841d263c31ab8cc7fbb0b0be36aaf 100644
|
| --- a/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
|
| @@ -130,7 +130,7 @@ StyleDifference SVGComputedStyle::diff(const SVGComputedStyle* other) const {
|
| bool SVGComputedStyle::diffNeedsLayoutAndPaintInvalidation(
|
| const SVGComputedStyle* other) const {
|
| // If resources change, we need a relayout, as the presence of resources
|
| - // influences the paint invalidation rect.
|
| + // influences the visual rect.
|
| if (resources != other->resources)
|
| return true;
|
|
|
|
|