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

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

Issue 2737883002: Rename LayoutPart::widget to LayoutPart::frameViewBase (Closed)
Patch Set: Rename LayoutPart::widget to LayoutPart::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/LayoutTreeAsText.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
index 0ccaf12b22abf087a9d7135db196ca44672dfd6e..1b08be023267cf121599d940f8e2b59a7c6dd6f3 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
@@ -526,7 +526,7 @@ void write(TextStream& ts,
}
if (o.isLayoutPart()) {
- FrameViewBase* frameViewBase = toLayoutPart(o).widget();
+ FrameViewBase* frameViewBase = toLayoutPart(o).frameViewBase();
if (frameViewBase && frameViewBase->isFrameView()) {
FrameView* view = toFrameView(frameViewBase);
LayoutViewItem rootItem = view->layoutViewItem();

Powered by Google App Engine
This is Rietveld 408576698