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

Unified Diff: Source/WebKit/chromium/src/ChromeClientImpl.cpp

Issue 16077002: Move popup menu code from core/platform to WebKit/chromium/src. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/WebKit/chromium/WebKit.gyp ('k') | Source/WebKit/chromium/src/PopupContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp
diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
index 7fb5742a15a67bc54acb536af32ca244cf3327b1..b0a58cee0e7fdabb3cef6fc737715c5360254432 100644
--- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
+++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
@@ -44,6 +44,8 @@
#include "ExternalDateTimeChooser.h"
#include "ExternalPopupMenu.h"
#include "HTMLNames.h"
+#include "PopupContainer.h"
+#include "PopupMenuChromium.h"
#include "RuntimeEnabledFeatures.h"
#include "WebAccessibilityObject.h"
#include "WebAutofillClient.h"
@@ -65,8 +67,6 @@
#include "core/platform/FileChooser.h"
#include "core/platform/FileIconLoader.h"
#include "core/platform/PlatformScreen.h"
-#include "core/platform/chromium/PopupContainer.h"
-#include "core/platform/chromium/PopupMenuChromium.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/Icon.h"
#include "core/platform/graphics/IntRect.h"
« no previous file with comments | « Source/WebKit/chromium/WebKit.gyp ('k') | Source/WebKit/chromium/src/PopupContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698