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

Unified Diff: Source/web/PopupMenuTest.cpp

Issue 966883002: renderer/RenderMenuList.* -> layout/LayoutMenuList.* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove OWNERS, allowing Source/core/rendering to be deleted. Created 5 years, 10 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/PopupContainer.cpp ('k') | no next file » | 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 810883ca9bbe4e3d691b5fdd5cbc303d07b83521..93433d39a3bcd3ea5ad45b096ef67e4f373e8fea 100644
--- a/Source/web/PopupMenuTest.cpp
+++ b/Source/web/PopupMenuTest.cpp
@@ -38,9 +38,9 @@
#include "core/frame/Settings.h"
#include "core/html/HTMLSelectElement.h"
#include "core/html/forms/PopupMenuClient.h"
+#include "core/layout/LayoutMenuList.h"
#include "core/page/EventHandler.h"
#include "core/page/Page.h"
-#include "core/rendering/RenderMenuList.h"
#include "core/testing/URLTestHelpers.h"
#include "platform/KeyboardCodes.h"
#include "platform/PlatformMouseEvent.h"
@@ -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());
- RenderMenuList* menuList = toRenderMenuList(select->renderer());
+ LayoutMenuList* menuList = toLayoutMenuList(select->renderer());
ASSERT(menuList);
menuList->showPopup();
ASSERT(popupOpen());
« no previous file with comments | « Source/web/PopupContainer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698