Changeset 246331 in webkit
- Timestamp:
- Jun 11, 2019, 1:34:16 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Platform/spi/ios/UIKitSPI.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r246328 r246331 7 7 * UIProcess/WebProcessPool.cpp: 8 8 (WebKit::WebProcessPool::clearWebProcessIsPlayingAudibleMedia): 9 10 2019-06-11 Simon Fraser <simon.fraser@apple.com> 11 12 Fix non-internal builds after r246327. 13 14 * Platform/spi/ios/UIKitSPI.h: 9 15 10 16 2019-06-10 Simon Fraser <simon.fraser@apple.com> -
trunk/Source/WebKit/Platform/spi/ios/UIKitSPI.h
r246228 r246331 535 535 - (void)_removeAllAnimations:(BOOL)includeSubviews; 536 536 - (UIColor *)_inheritedInteractionTintColor; 537 - (NSString *)recursiveDescription; 537 538 #if PLATFORM(IOSMAC) 538 539 @property (nonatomic, getter=_focusRingType, setter=_setFocusRingType:) UIFocusRingType focusRingType;
Note:
See TracChangeset
for help on using the changeset viewer.