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

Unified Diff: third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h

Issue 2751433002: [SPv2] Flatten property trees in PaintRecordBuilder into a single display list. (Closed)
Patch Set: none Created 3 years, 9 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/platform/testing/PaintPropertyTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h b/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
index 4298add55a65f9d98fba6a36a32d6b34772ff094..b9a821d95284e7ed46a912e1cfce0e77d8e7d0cd 100644
--- a/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
@@ -24,10 +24,7 @@ static inline PassRefPtr<EffectPaintPropertyNode> createOpacityOnlyEffect(
}
static inline PaintChunkProperties defaultPaintChunkProperties() {
- PropertyTreeState propertyTreeState(TransformPaintPropertyNode::root(),
- ClipPaintPropertyNode::root(),
- EffectPaintPropertyNode::root());
- PaintChunkProperties defaultProperties(propertyTreeState);
+ PaintChunkProperties defaultProperties(PropertyTreeState::root());
return defaultProperties;
}

Powered by Google App Engine
This is Rietveld 408576698