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

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

Issue 2727913005: Rename FrameView fields and methods *Widget* to ...FrameViewBase... (Closed)
Patch Set: Rename FrameView fields and methods *Widget* to ...FrameViewBase... 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.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
index a8894f2814b9a9ee35f199b214fe877b48fddbf2..634f2773ab61cb94735e17e1288e755482097607 100644
--- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
@@ -337,7 +337,7 @@ void LayoutPart::updateWidgetGeometry() {
if (frameView && frameView->needsLayout() && frameView->frame().page())
frameView->layout();
- frameViewBase->widgetGeometryMayHaveChanged();
+ frameViewBase->geometryMayHaveChanged();
}
void LayoutPart::updateWidgetGeometryInternal() {

Powered by Google App Engine
This is Rietveld 408576698