Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutPart.h

Issue 2733113002: Rename updateWidgetGeometry methods to updateGeometry. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698