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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 months 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/layout/svg/LayoutSVGResourceContainer.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
index 4a2c32a269289522e67ebbf798e5c5cdd4ef1298..0a419cf9d5d14b97968e0463a88c5df04c0c2aa6 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
@@ -162,7 +162,7 @@ void LayoutSVGResourceContainer::MarkClientForInvalidation(
// paint invalidation reason that will force paint invalidation of the
// entire <text>/<tspan>/... subtree.
client->SetShouldDoFullPaintInvalidation(
- kPaintInvalidationSVGResourceChange);
+ PaintInvalidationReason::kSVGResource);
// Invalidate paint properties to update effects if any.
client->SetNeedsPaintPropertyUpdate();
break;

Powered by Google App Engine
This is Rietveld 408576698