| 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 84399a04584c279723cbba82a1450ecf1e846054..5bf14ee53383abedb9fc097084f337d034be3a24 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -94,10 +94,7 @@ struct PaintPropertyTreeBuilderContext {
|
|
|
| public:
|
| PaintPropertyTreeBuilderContext()
|
| - : container_for_absolute_position(nullptr),
|
| - force_subtree_update(false)
|
| - {
|
| - }
|
| + : container_for_absolute_position(nullptr), force_subtree_update(false) {}
|
|
|
| Vector<PaintPropertyTreeBuilderFragmentContext, 1> fragments;
|
| const LayoutObject* container_for_absolute_position;
|
|
|