Title: [207216] trunk/Source/WebCore
Revision
207216
Author
s...@apple.com
Date
2016-10-12 09:24:55 -0700 (Wed, 12 Oct 2016)

Log Message

Unreviewed, fix Windows build break after r207182.

* platform/graphics/cg/ImageDecoderCG.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207215 => 207216)


--- trunk/Source/WebCore/ChangeLog	2016-10-12 16:23:00 UTC (rev 207215)
+++ trunk/Source/WebCore/ChangeLog	2016-10-12 16:24:55 UTC (rev 207216)
@@ -1,3 +1,9 @@
+2016-10-12  Said Abou-Hallawa  <sabouhall...@apple.com>
+
+        Unreviewed, fix Windows build break after r207182.
+
+        * platform/graphics/cg/ImageDecoderCG.cpp:
+
 2016-10-12  Chris Dumez  <cdu...@apple.com>
 
         Update remaining DOM events to stop using legacy [ConstructorTemplate=Event]

Modified: trunk/Source/WebCore/platform/graphics/cg/ImageDecoderCG.cpp (207215 => 207216)


--- trunk/Source/WebCore/platform/graphics/cg/ImageDecoderCG.cpp	2016-10-12 16:23:00 UTC (rev 207215)
+++ trunk/Source/WebCore/platform/graphics/cg/ImageDecoderCG.cpp	2016-10-12 16:24:55 UTC (rev 207216)
@@ -46,6 +46,7 @@
 #import <ImageIO/CGImageSourcePrivate.h>
 #else
 const CFStringRef kCGImageSourceSubsampleFactor = CFSTR("kCGImageSourceSubsampleFactor");
+const CFStringRef kCGImageSourceShouldCacheImmediately = CFSTR("kCGImageSourceShouldCacheImmediately");
 #endif
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to