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

Unified Diff: Source/web/DragClientImpl.cpp

Issue 122353002: Move DragImage from core/platform/ to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/platform/blink_platform.gypi ('k') | Source/web/tests/DragImageTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DragClientImpl.cpp
diff --git a/Source/web/DragClientImpl.cpp b/Source/web/DragClientImpl.cpp
index 9b8e8c1493b18f9a7da6fa5720f35dc243ee29b4..f781636f5c686eac138e0264689912e80cb7553d 100644
--- a/Source/web/DragClientImpl.cpp
+++ b/Source/web/DragClientImpl.cpp
@@ -34,8 +34,8 @@
#include "WebViewImpl.h"
#include "core/dom/Clipboard.h"
#include "core/frame/Frame.h"
-#include "core/platform/DragImage.h"
#include "core/platform/chromium/ChromiumDataObject.h"
+#include "platform/DragImage.h"
#include "platform/geometry/IntSize.h"
#include "platform/graphics/skia/NativeImageSkia.h"
#include "public/platform/WebCommon.h"
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/web/tests/DragImageTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698