Title: [161825] trunk/Source/WebCore
Revision
161825
Author
[email protected]
Date
2014-01-12 12:12:30 -0800 (Sun, 12 Jan 2014)

Log Message

We need DragImage.cpp code even when ENABLE_DRAG_SUPPORT is
not defined, because these are actually generic snapshotting
functions.

* platform/DragImage.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161824 => 161825)


--- trunk/Source/WebCore/ChangeLog	2014-01-12 20:12:28 UTC (rev 161824)
+++ trunk/Source/WebCore/ChangeLog	2014-01-12 20:12:30 UTC (rev 161825)
@@ -1,5 +1,13 @@
 2014-01-12  Simon Fraser  <[email protected]>
 
+        We need DragImage.cpp code even when ENABLE_DRAG_SUPPORT is
+        not defined, because these are actually generic snapshotting
+        functions.
+
+        * platform/DragImage.cpp:
+
+2014-01-12  Simon Fraser  <[email protected]>
+
         Fix linker errors: add DateTimeFormat.cpp to the project,
         and make DateInputType::DateInputType not inline.
 

Modified: trunk/Source/WebCore/platform/DragImage.cpp (161824 => 161825)


--- trunk/Source/WebCore/platform/DragImage.cpp	2014-01-12 20:12:28 UTC (rev 161824)
+++ trunk/Source/WebCore/platform/DragImage.cpp	2014-01-12 20:12:30 UTC (rev 161825)
@@ -26,8 +26,6 @@
 #include "config.h"
 #include "DragImage.h"
 
-#if ENABLE(DRAG_SUPPORT)
-
 #include "Frame.h"
 #include "FrameSnapshotting.h"
 #include "FrameView.h"
@@ -212,4 +210,3 @@
 
 } // namespace WebCore
 
-#endif // ENABLE(DRAG_SUPPORT)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to