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

Unified Diff: Source/WebKit/chromium/src/PopupContainer.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/PopupContainer.h ('k') | Source/WebKit/chromium/src/PopupListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/PopupContainer.cpp
diff --git a/Source/core/platform/chromium/PopupContainer.cpp b/Source/WebKit/chromium/src/PopupContainer.cpp
similarity index 99%
rename from Source/core/platform/chromium/PopupContainer.cpp
rename to Source/WebKit/chromium/src/PopupContainer.cpp
index 8f7e3371712545f44ce00eb5a1148e4a88c994d1..901f33c583b60c09b4ac543bd8562c1f4184c5cd 100644
--- a/Source/core/platform/chromium/PopupContainer.cpp
+++ b/Source/WebKit/chromium/src/PopupContainer.cpp
@@ -29,8 +29,9 @@
*/
#include "config.h"
-#include "core/platform/chromium/PopupContainer.h"
+#include "PopupContainer.h"
+#include "PopupListBox.h"
#include "core/dom/Document.h"
#include "core/dom/UserGestureIndicator.h"
#include "core/page/Chrome.h"
@@ -47,7 +48,6 @@
#include "core/platform/PopupMenuClient.h"
#include "core/platform/chromium/FramelessScrollView.h"
#include "core/platform/chromium/FramelessScrollViewClient.h"
-#include "core/platform/chromium/PopupListBox.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/IntRect.h"
#include <limits>
« no previous file with comments | « Source/WebKit/chromium/src/PopupContainer.h ('k') | Source/WebKit/chromium/src/PopupListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698