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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h

Issue 2390443002: Unify GeometryPropertyTreeState and PropertyTreeState (Closed)
Patch Set: rebase x2 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/platform/graphics/paint/PaintChunkProperties.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
index dfba88abac8fd57fc340289cf70cf4e32805fa39..2f095e49575a5243d506470509a6bdc295a2ad9d 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
@@ -29,6 +29,7 @@ struct PaintChunkProperties {
PaintChunkProperties() : backfaceHidden(false) {}
+ // TODO(pdr): Refactor these to use PropertyTreeState.
RefPtr<const TransformPaintPropertyNode> transform;
RefPtr<const ClipPaintPropertyNode> clip;
RefPtr<const EffectPaintPropertyNode> effect;

Powered by Google App Engine
This is Rietveld 408576698