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

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

Issue 2330863003: Switch to null root property tree nodes [spv2] (Closed)
Patch Set: Rebase from space 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 fc15eb58e337397da22220ce51e3c38ad2218dd2..8676d62af15ed22b4d1b750f152d98326ebd1e77 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -76,7 +76,6 @@ 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&);
void buildTreeNodes(FrameView&, PaintPropertyTreeBuilderContext&);
void buildTreeNodesForSelf(const LayoutObject&, PaintPropertyTreeBuilderContext&);
void buildTreeNodesForChildren(const LayoutObject&, PaintPropertyTreeBuilderContext&);

Powered by Google App Engine
This is Rietveld 408576698