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

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

Issue 2015583003: Remove assorted unnecessary includes in core/layout/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/LayoutMenuList.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
index 6ce16bdb168d0330d50993bafab92286e9b04242..44c8bd0bfafb2a38ab59ec356980a1c4381ef988 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
@@ -24,27 +24,17 @@
#include "core/layout/LayoutMenuList.h"
-#include "core/HTMLNames.h"
-#include "core/css/CSSFontSelector.h"
-#include "core/css/resolver/StyleResolver.h"
#include "core/dom/AXObjectCache.h"
#include "core/dom/NodeComputedStyle.h"
-#include "core/html/HTMLOptGroupElement.h"
#include "core/html/HTMLOptionElement.h"
#include "core/html/HTMLSelectElement.h"
-#include "core/layout/LayoutBR.h"
-#include "core/layout/LayoutScrollbar.h"
+#include "core/layout/LayoutText.h"
#include "core/layout/LayoutTheme.h"
-#include "platform/fonts/FontCache.h"
-#include "platform/geometry/IntSize.h"
-#include "platform/text/BidiTextRun.h"
#include "platform/text/PlatformLocale.h"
#include <math.h>
namespace blink {
-using namespace HTMLNames;
-
LayoutMenuList::LayoutMenuList(Element* element)
: LayoutFlexibleBox(element)
, m_buttonText(nullptr)

Powered by Google App Engine
This is Rietveld 408576698