| Index: third_party/WebKit/Source/core/layout/LayoutPart.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| index 1cefde91ab3c60798afca54ee489f3ccce4d37a6..385c41c21195d3de7431839e3872ed051d132895 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| @@ -47,9 +47,7 @@ public:
|
| Widget* widget() const;
|
|
|
| void updateOnWidgetChange();
|
| - void updateWidgetPosition();
|
| - void widgetPositionsUpdated();
|
| - bool updateWidgetGeometry();
|
| + void updateWidgetGeometry();
|
|
|
| bool isLayoutPart() const final { return true; }
|
| virtual void paintContents(const PaintInfo&, const LayoutPoint&) const;
|
| @@ -68,6 +66,7 @@ protected:
|
| void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override;
|
|
|
| private:
|
| + bool updateWidgetGeometryInternal();
|
| CompositingReasons additionalCompositingReasons() const override;
|
|
|
| void willBeDestroyed() final;
|
|
|