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

Unified Diff: Source/WebKit/chromium/src/PopupListBox.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/src/PopupListBox.h ('k') | Source/WebKit/chromium/src/PopupMenuChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/PopupListBox.cpp
diff --git a/Source/core/platform/chromium/PopupListBox.cpp b/Source/WebKit/chromium/src/PopupListBox.cpp
similarity index 99%
rename from Source/core/platform/chromium/PopupListBox.cpp
rename to Source/WebKit/chromium/src/PopupListBox.cpp
index 3f60b5fa7b93fa44d9c271dbdbf17412253aab01..06105aaf067242dec9eb9ddd9f4b26389643e182 100644
--- a/Source/core/platform/chromium/PopupListBox.cpp
+++ b/Source/WebKit/chromium/src/PopupListBox.cpp
@@ -29,9 +29,11 @@
*/
#include "config.h"
-#include "core/platform/chromium/PopupListBox.h"
+#include "PopupListBox.h"
#include "CSSValueKeywords.h"
+#include "PopupContainer.h"
+#include "PopupMenuChromium.h"
#include "RuntimeEnabledFeatures.h"
#include "core/platform/PlatformGestureEvent.h"
#include "core/platform/PlatformKeyboardEvent.h"
@@ -43,8 +45,6 @@
#include "core/platform/ScrollbarTheme.h"
#include "core/platform/chromium/FramelessScrollViewClient.h"
#include "core/platform/chromium/KeyboardCodes.h"
-#include "core/platform/chromium/PopupContainer.h"
-#include "core/platform/chromium/PopupMenuChromium.h"
#include "core/platform/graphics/Font.h"
#include "core/platform/graphics/FontSelector.h"
#include "core/platform/graphics/GraphicsContext.h"
« no previous file with comments | « Source/WebKit/chromium/src/PopupListBox.h ('k') | Source/WebKit/chromium/src/PopupMenuChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698