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

Unified Diff: third_party/WebKit/Source/core/paint/SVGPaintContext.h

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/SVGPaintContext.h
diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.h b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
index 696c1229fc1efb7c3e4ac91dc3a6a683b5e7aae3..4c4f369f96f2951c1ae9f887426036f00ff2d00a 100644
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
@@ -53,7 +53,12 @@ class SVGTransformContext : public TransformRecorder {
SVGTransformContext(GraphicsContext& context,
const LayoutObject& object,
const AffineTransform& transform)
- : TransformRecorder(context, object, transform) {
+ : TransformRecorder(
+ context,
+ transform,
+ object.visualRect(),
+ object.debugName(),
+ object.paintedOutputOfObjectHasNoEffectRegardlessOfSize()) {
if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
const auto* objectProperties = object.paintProperties();
if (!objectProperties)

Powered by Google App Engine
This is Rietveld 408576698