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

Unified Diff: Source/web/PopupMenuTest.cpp

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/web/LinkHighlight.cpp ('k') | Source/web/SpellCheckerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupMenuTest.cpp
diff --git a/Source/web/PopupMenuTest.cpp b/Source/web/PopupMenuTest.cpp
index 93433d39a3bcd3ea5ad45b096ef67e4f373e8fea..e8bd81ab5a9445c944b1541016f05438173176b0 100644
--- a/Source/web/PopupMenuTest.cpp
+++ b/Source/web/PopupMenuTest.cpp
@@ -627,7 +627,7 @@ TEST_F(SelectPopupMenuStyleTest, PopupListBoxRTLRowWidth)
registerMockedURLLoad("select_rtl_width.html");
loadFrame(mainFrame(), "select_rtl_width.html");
HTMLSelectElement* select = toHTMLSelectElement(mainFrame()->frame()->document()->focusedElement());
- LayoutMenuList* menuList = toLayoutMenuList(select->renderer());
+ LayoutMenuList* menuList = toLayoutMenuList(select->layoutObject());
ASSERT(menuList);
menuList->showPopup();
ASSERT(popupOpen());
« no previous file with comments | « Source/web/LinkHighlight.cpp ('k') | Source/web/SpellCheckerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698