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

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

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (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/core/paint/PaintPropertyTreeBuilder.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
index c55aeb1641b0f9f06de2daca0f86c810398088d2..ea7979e845475731f6e19908bb957e299d9bd6d5 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -90,11 +90,8 @@ struct PaintPropertyTreeBuilderContext {
// property tree changes (i.e., a node is added or removed).
bool forceSubtreeUpdate;
- PaintPropertyTreeBuilderContext()
- : containerForAbsolutePosition(nullptr),
- currentEffect(nullptr),
- inputClipOfCurrentEffect(nullptr),
- forceSubtreeUpdate(false) {}
+ // Initializes all property tree nodes to the roots.
+ PaintPropertyTreeBuilderContext();
};
// Creates paint property tree nodes for special things in the layout tree.

Powered by Google App Engine
This is Rietveld 408576698