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

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

Issue 2741833005: Make PrePaintTreeWalkContext::treeBuilderContext a unique_ptr (Closed)
Patch Set: 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 dd18716e32bfe85f90e4a2b45ca2ff2f09199630..669ff3e3883d5f678985dcd83cb5e204069b8b0d 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -95,7 +95,7 @@ struct PaintPropertyTreeBuilderContext {
// InPrePaint phase.
class PaintPropertyTreeBuilder {
public:
- PaintPropertyTreeBuilderContext setupInitialContext();
+ 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