Title: [201771] trunk/Source/WebCore
Revision
201771
Author
[email protected]
Date
2016-06-07 13:46:38 -0700 (Tue, 07 Jun 2016)

Log Message

Fix Yosemite build.
https://bugs.webkit.org/show_bug.cgi?id=158403

* platform/spi/cocoa/QuartzCoreSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (201770 => 201771)


--- trunk/Source/WebCore/ChangeLog	2016-06-07 20:32:50 UTC (rev 201770)
+++ trunk/Source/WebCore/ChangeLog	2016-06-07 20:46:38 UTC (rev 201771)
@@ -1,5 +1,12 @@
 2016-06-07  Alex Christensen  <[email protected]>
 
+        Fix Yosemite build.
+        https://bugs.webkit.org/show_bug.cgi?id=158403
+
+        * platform/spi/cocoa/QuartzCoreSPI.h:
+
+2016-06-07  Alex Christensen  <[email protected]>
+
         Fix WinCairo build.
 
         * platform/network/curl/MultipartHandle.cpp:

Modified: trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h (201770 => 201771)


--- trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2016-06-07 20:32:50 UTC (rev 201770)
+++ trunk/Source/WebCore/platform/spi/cocoa/QuartzCoreSPI.h	2016-06-07 20:46:38 UTC (rev 201771)
@@ -147,6 +147,7 @@
 @property CGFloat stiffness;
 @property CGFloat damping;
 @property CGFloat velocity;
+@property CGFloat initialVelocity;
 @end
 #else
 @interface CASpringAnimation (Private)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to