| 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&);
|
|
|