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

Unified Diff: third_party/WebKit/Source/core/paint/SVGModelObjectPaintInvalidator.cpp

Issue 2274663002: CL for perf tryjob on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp ('k') | tools/run-perf-test.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/SVGModelObjectPaintInvalidator.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGModelObjectPaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/SVGModelObjectPaintInvalidator.cpp
index 4744415135bff0b4d7e40bdf0d05fc0a0a842f43..76777d191486ed1061c5f9e3cb7847bb40f18b41 100644
--- a/third_party/WebKit/Source/core/paint/SVGModelObjectPaintInvalidator.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGModelObjectPaintInvalidator.cpp
@@ -17,7 +17,7 @@ PaintInvalidationReason SVGModelObjectPaintInvalidator::invalidatePaintIfNeeded(
// Disable incremental invalidation for SVG objects to prevent under-
// invalidation. Unlike boxes, it is non-trivial (and rare) for SVG objects
// to be able to be incrementally invalidated (e.g., on height changes).
- if (reason == PaintInvalidationIncremental && m_context.oldBounds != m_context.newBounds)
+ if (reason == PaintInvalidationIncremental /*&& m_context.oldBounds != m_context.newBounds*/)
reason = PaintInvalidationFull;
return objectPaintInvalidator.invalidatePaintIfNeededWithComputedReason(reason);
« no previous file with comments | « third_party/WebKit/Source/core/paint/ObjectPaintInvalidator.cpp ('k') | tools/run-perf-test.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698