Title: [236337] trunk/Source/WebCore/PAL
Revision
236337
Author
[email protected]
Date
2018-09-21 11:33:16 -0700 (Fri, 21 Sep 2018)

Log Message

Bring up queues for iOS 12 (Build fix)
https://bugs.webkit.org/show_bug.cgi?id=189683

Unreviewed build fix.


* pal/spi/cocoa/QuartzCoreSPI.h: Declare setCornerRadius and continuousCorner.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (236336 => 236337)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-09-21 18:30:10 UTC (rev 236336)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-09-21 18:33:16 UTC (rev 236337)
@@ -1,3 +1,12 @@
+2018-09-21  Jonathan Bedard  <[email protected]>
+
+        Bring up queues for iOS 12 (Build fix)
+        https://bugs.webkit.org/show_bug.cgi?id=189683
+
+        Unreviewed build fix.
+
+        * pal/spi/cocoa/QuartzCoreSPI.h: Declare setCornerRadius and continuousCorner.
+
 2018-09-20  Daniel Bates  <[email protected]>
 
         Move IOKitSPI.h from TestRunnerShared to PAL

Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h (236336 => 236337)


--- trunk/Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h	2018-09-21 18:30:10 UTC (rev 236336)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h	2018-09-21 18:33:16 UTC (rev 236337)
@@ -94,6 +94,7 @@
 - (CGSize)size;
 - (void *)regionBeingDrawn;
 - (void)reloadValueForKeyPath:(NSString *)keyPath;
+- (void)setCornerRadius:(CGFloat)cornerRadius;
 @property BOOL allowsGroupBlending;
 @property BOOL allowsHitTesting;
 @property BOOL canDrawConcurrently;
@@ -101,6 +102,7 @@
 @property BOOL hitTestsAsOpaque;
 @property BOOL needsLayoutOnGeometryChange;
 @property BOOL shadowPathIsBounds;
+@property BOOL continuousCorners;
 @end
 
 #if ENABLE(FILTERS_LEVEL_2)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to