| 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 e44d8e731ba3b86b6695c56799881b85bdf7fc6b..42ae6cf5cfd6a07da47ea0155c3be11c20b9f5e3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
|
| @@ -53,7 +53,7 @@ class CORE_EXPORT LayoutPart : public LayoutReplaced {
|
| LayoutRect replacedContentRect() const final;
|
|
|
| void updateOnWidgetChange();
|
| - void updateWidgetGeometry();
|
| + void updateGeometry();
|
|
|
| bool isLayoutPart() const final { return true; }
|
| virtual void paintContents(const PaintInfo&, const LayoutPoint&) const;
|
| @@ -73,7 +73,7 @@ class CORE_EXPORT LayoutPart : public LayoutReplaced {
|
| const PaintInvalidationState&) override;
|
|
|
| private:
|
| - void updateWidgetGeometryInternal();
|
| + void updateGeometryInternal();
|
| CompositingReasons additionalCompositingReasons() const override;
|
|
|
| void willBeDestroyed() final;
|
|
|