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

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

Issue 2713673005: client-goodbye
Patch Set: Created 3 years, 10 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/paint/SVGContainerPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
index 1384067d15794db79930cee9c4695739e88ef81f..095ec7100c8790f512cbd52e36a98f7beb34e26a 100644
--- a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
@@ -50,9 +50,12 @@ void SVGContainerPainter::paint(const PaintInfo& paintInfo) {
FloatRect viewport =
m_layoutSVGContainer.localToSVGParentTransform().inverse().mapRect(
toLayoutSVGViewportContainer(m_layoutSVGContainer).viewport());
- clipRecorder.emplace(paintInfoBeforeFiltering.context,
- m_layoutSVGContainer, paintInfoBeforeFiltering.phase,
- viewport);
+ clipRecorder.emplace(
+ paintInfoBeforeFiltering.context, paintInfoBeforeFiltering.phase,
+ viewport, m_layoutSVGContainer.visualRect(),
+ m_layoutSVGContainer.debugName(),
+ m_layoutSVGContainer
+ .paintedOutputOfObjectHasNoEffectRegardlessOfSize());
}
SVGPaintContext paintContext(m_layoutSVGContainer,

Powered by Google App Engine
This is Rietveld 408576698