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

Unified Diff: Source/platform/DragImage.h

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/core/platform/DragImage.cpp ('k') | Source/platform/DragImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/DragImage.h
diff --git a/Source/core/platform/DragImage.h b/Source/platform/DragImage.h
similarity index 98%
rename from Source/core/platform/DragImage.h
rename to Source/platform/DragImage.h
index 72f969ef6d642548bb15889d17c653fded47b032..bb95755b4d77a49ff485ab7bca89422eac374d64 100644
--- a/Source/core/platform/DragImage.h
+++ b/Source/platform/DragImage.h
@@ -37,7 +37,7 @@ class FontDescription;
class Image;
class KURL;
-class DragImage {
+class PLATFORM_EXPORT DragImage {
public:
static PassOwnPtr<DragImage> create(Image*, RespectImageOrientationEnum = DoNotRespectImageOrientation);
static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor);
« no previous file with comments | « Source/core/platform/DragImage.cpp ('k') | Source/platform/DragImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698