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

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

Issue 2359063002: Add static root property tree nodes [spv2] (Closed)
Patch Set: Created 4 years, 3 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 a036b0fd9b483f3c425062e16b07a4a6ad8ae462..e23b396ed39ec5f05e9595aa9fe9a14cb907a8ea 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -76,7 +76,7 @@ struct PaintPropertyTreeBuilderContext {
// It expects to be invoked for each layout tree node in DOM order during InPrePaint phase.
class PaintPropertyTreeBuilder {
public:
- void buildTreeRootNodes(FrameView&, PaintPropertyTreeBuilderContext&);
+ PaintPropertyTreeBuilderContext setupInitialContext();
void buildTreeNodes(FrameView&, PaintPropertyTreeBuilderContext&);
void buildTreeNodesForSelf(const LayoutObject&, PaintPropertyTreeBuilderContext&);
void buildTreeNodesForChildren(const LayoutObject&, PaintPropertyTreeBuilderContext&);

Powered by Google App Engine
This is Rietveld 408576698