Title: [258762] trunk/Source/WebCore/PAL
- Revision
- 258762
- Author
- [email protected]
- Date
- 2020-03-20 08:01:10 -0700 (Fri, 20 Mar 2020)
Log Message
Fix the build
* pal/spi/cocoa/RevealSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (258761 => 258762)
--- trunk/Source/WebCore/PAL/ChangeLog 2020-03-20 14:59:44 UTC (rev 258761)
+++ trunk/Source/WebCore/PAL/ChangeLog 2020-03-20 15:01:10 UTC (rev 258762)
@@ -1,3 +1,9 @@
+2020-03-20 Timothy Horton <[email protected]>
+
+ Fix the build
+
+ * pal/spi/cocoa/RevealSPI.h:
+
2020-03-19 Tim Horton <[email protected]>
Upstream a variety of Cocoa-platform HAVE and ENABLE macros
Modified: trunk/Source/WebCore/PAL/pal/spi/cocoa/RevealSPI.h (258761 => 258762)
--- trunk/Source/WebCore/PAL/pal/spi/cocoa/RevealSPI.h 2020-03-20 14:59:44 UTC (rev 258761)
+++ trunk/Source/WebCore/PAL/pal/spi/cocoa/RevealSPI.h 2020-03-20 15:01:10 UTC (rev 258762)
@@ -57,6 +57,7 @@
#if PLATFORM(MAC)
@interface RVPresentingContext : NSObject
- (instancetype)initWithPointerLocationInView:(NSPoint)pointerLocationInView inView:(NSView *)view highlightDelegate:(id<RVPresenterHighlightDelegate>)highlightDelegate;
+@property (readonly, nonnull) NSArray <NSValue *> * itemRectsInView;
@end
@protocol RVPresenterHighlightDelegate <NSObject>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes