Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: third_party/WebKit/Source/core/style/SVGComputedStyle.cpp

Issue 2465983002: Rename "paint invalidation rect" etc. to "visual rect". (Closed)
Patch Set: - Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/paint/TableSectionPainter.cpp ('k') | third_party/WebKit/Source/core/svg/SVGSVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698