Title: [190582] trunk/Source/WebCore
Revision
190582
Author
[email protected]
Date
2015-10-05 15:16:55 -0700 (Mon, 05 Oct 2015)

Log Message

Build fix. 

* platform/spi/cocoa/IOSurfaceSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (190581 => 190582)


--- trunk/Source/WebCore/ChangeLog	2015-10-05 22:13:21 UTC (rev 190581)
+++ trunk/Source/WebCore/ChangeLog	2015-10-05 22:16:55 UTC (rev 190582)
@@ -1,5 +1,11 @@
 2015-10-05  Beth Dakin  <[email protected]>
 
+        Build fix. 
+
+        * platform/spi/cocoa/IOSurfaceSPI.h:
+
+2015-10-05  Beth Dakin  <[email protected]>
+
         Unreviewed build fix.
 
         * platform/spi/cocoa/IOSurfaceSPI.h:

Modified: trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h (190581 => 190582)


--- trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h	2015-10-05 22:13:21 UTC (rev 190581)
+++ trunk/Source/WebCore/platform/spi/cocoa/IOSurfaceSPI.h	2015-10-05 22:16:55 UTC (rev 190582)
@@ -57,6 +57,7 @@
 extern const CFStringRef kIOSurfacePixelFormat;
 extern const CFStringRef kIOSurfaceWidth;
 extern const CFStringRef kIOSurfaceElementWidth;
+extern const CFStringRef kIOSurfaceElementHeight;
 
 size_t IOSurfaceAlignProperty(CFStringRef property, size_t value);
 IOSurfaceRef IOSurfaceCreate(CFDictionaryRef properties);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to