Title: [190581] trunk/Source/WebCore
Revision
190581
Author
bda...@apple.com
Date
2015-10-05 15:13:21 -0700 (Mon, 05 Oct 2015)

Log Message

Unreviewed build fix.

* platform/spi/cocoa/IOSurfaceSPI.h:

Modified Paths

Diff

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


--- trunk/Source/WebCore/ChangeLog	2015-10-05 21:29:13 UTC (rev 190580)
+++ trunk/Source/WebCore/ChangeLog	2015-10-05 22:13:21 UTC (rev 190581)
@@ -1,3 +1,9 @@
+2015-10-05  Beth Dakin  <bda...@apple.com>
+
+        Unreviewed build fix.
+
+        * platform/spi/cocoa/IOSurfaceSPI.h:
+
 2015-10-05  Brady Eidson  <beid...@apple.com>
 
         Modernize IDBRequest::ReadyState into an enum class.

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


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

Reply via email to