Changeset 245861 in webkit
- Timestamp:
- May 29, 2019, 12:16:35 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/ios/VideoFullscreenInterfaceAVKit.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r245857 r245861 1 2019-05-29 Keith Rollin <krollin@apple.com> 2 3 Fix builds that don't use makeWindowFromView 4 https://bugs.webkit.org/show_bug.cgi?id=198342 5 <rdar://problem/51228563> 6 7 Reviewed by Wenson Hsieh. 8 9 In some configurations, VideoFullscreenInterfaceAVKit.mm declares but 10 does not use makeWindowFromView. Fix by conditionalizing the the 11 declaration on the same symbol as point where it's used. 12 13 No new tests -- no new functionality. 14 15 * platform/ios/VideoFullscreenInterfaceAVKit.mm: 16 1 17 2019-05-28 Geoffrey Garen <ggaren@apple.com> 2 18 -
trunk/Source/WebCore/platform/ios/VideoFullscreenInterfaceAVKit.mm
r245614 r245861 1178 1178 } 1179 1179 1180 #if !PLATFORM(WATCHOS) 1180 1181 #if USE(APPLE_INTERNAL_SDK) 1181 1182 #import <WebKitAdditions/VideoFullscreenInterfaceAVKitAdditions.mm> … … 1185 1186 return adoptNS([PAL::allocUIWindowInstance() initWithFrame:[[PAL::getUIScreenClass() mainScreen] bounds]]); 1186 1187 } 1188 #endif 1187 1189 #endif 1188 1190
Note:
See TracChangeset
for help on using the changeset viewer.