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

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

Issue 2430813002: Switch to shorter names for property tree storage and updates (Closed)
Patch Set: Created 4 years, 2 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 4c0d1cf04d689fe29bd1ea351af1f5d574ed2efa..6036e20815779e91b8277d597a9bbe5411e5d51f 100644
--- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
+++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
@@ -55,7 +55,7 @@ class SVGTransformContext : public TransformRecorder {
const AffineTransform& transform)
: TransformRecorder(context, object, transform) {
if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
- const auto* objectProperties = object.objectPaintProperties();
+ const auto* objectProperties = object.paintProperties();
if (!objectProperties)
return;
if (object.isSVGRoot()) {

Powered by Google App Engine
This is Rietveld 408576698