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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.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/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 ea7979e845475731f6e19908bb957e299d9bd6d5..825ec46852384865814d277bf945a7dd10116a30 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -101,7 +101,6 @@ struct PaintPropertyTreeBuilderContext {
// InPrePaint phase.
class PaintPropertyTreeBuilder {
public:
- void setupInitialContext(PaintPropertyTreeBuilderContext&);
// Update the paint properties for a frame and ensure the context is up to
// date.
void updateProperties(FrameView&, PaintPropertyTreeBuilderContext&);

Powered by Google App Engine
This is Rietveld 408576698