| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| index 72515bd92970fcb8d3afc7bb010ec1edcf3cf2bb..5cc9572e435184509db3f50425640923c7e80376 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -377,7 +377,7 @@ public:
|
| virtual void moveChildrenTo(LayoutBoxModelObject* toBoxModelObject, LayoutObject* startChild, LayoutObject* endChild, LayoutObject* beforeChild, bool fullRemoveInsert = false);
|
|
|
| private:
|
| - void createLayer(PaintLayerType);
|
| + void createLayer();
|
|
|
| LayoutUnit computedCSSPadding(const Length&) const;
|
| bool isBoxModelObject() const final { return true; }
|
|
|