Title: [221390] tags/Safari-605.1.4/Source/WebCore
Revision
221390
Author
jmarc...@apple.com
Date
2017-08-30 12:10:14 -0700 (Wed, 30 Aug 2017)

Log Message

Revert r221088. rdar://problem/33925559

Modified Paths

Diff

Modified: tags/Safari-605.1.4/Source/WebCore/ChangeLog (221389 => 221390)


--- tags/Safari-605.1.4/Source/WebCore/ChangeLog	2017-08-30 19:10:11 UTC (rev 221389)
+++ tags/Safari-605.1.4/Source/WebCore/ChangeLog	2017-08-30 19:10:14 UTC (rev 221390)
@@ -1,3 +1,7 @@
+2017-08-30  Jason Marcell  <jmarc...@apple.com>
+
+        Revert r221088. rdar://problem/33925559
+
 2017-08-29  Wenson Hsieh  <wenson_hs...@apple.com>
 
         REGRESSION(r210287) On drop, event.dataTransfer.getData("text") returns an empty string when dragging an image

Modified: tags/Safari-605.1.4/Source/WebCore/platform/win/PlatformScreenWin.cpp (221389 => 221390)


--- tags/Safari-605.1.4/Source/WebCore/platform/win/PlatformScreenWin.cpp	2017-08-30 19:10:11 UTC (rev 221389)
+++ tags/Safari-605.1.4/Source/WebCore/platform/win/PlatformScreenWin.cpp	2017-08-30 19:10:14 UTC (rev 221390)
@@ -30,15 +30,12 @@
 #include "FloatRect.h"
 #include "Frame.h"
 #include "FrameView.h"
+#include "GraphicsContextCG.h"
 #include "HostWindow.h"
 #include "IntRect.h"
 #include "NotImplemented.h"
 #include <windows.h>
 
-#if USE(CG)
-#include "GraphicsContextCG.h"
-#endif
-
 namespace WebCore {
 
 // Returns info for the default monitor if widget is NULL
@@ -104,12 +101,10 @@
     return monitorInfo.rcWork;
 }
 
-#if USE(CG)
 CGColorSpaceRef screenColorSpace(Widget*)
 {
     return sRGBColorSpaceRef();
 }
-#endif
 
 bool screenSupportsExtendedColor(Widget*)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to