Changeset 286567 in webkit
- Timestamp:
- Dec 6, 2021, 1:36:19 PM (5 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/Cocoa/ModelElementControllerCocoa.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r286566 r286567 1 2021-12-06 Mark Lam <mark.lam@apple.com> 2 3 Reverting local test code that should not have been landed. 4 5 Not reviewed. 6 7 * UIProcess/Cocoa/ModelElementControllerCocoa.mm: 8 1 9 2021-12-06 Tim Horton <timothy_horton@apple.com> 2 10 -
trunk/Source/WebKit/UIProcess/Cocoa/ModelElementControllerCocoa.mm
r286347 r286567 234 234 #if ENABLE(ARKIT_INLINE_PREVIEW) 235 235 236 #undef ENABLE_ARKIT_INLINE_PREVIEW_CAMERA_TRANSFORM // mlam HACK237 #undef ENABLE_ARKIT_INLINE_PREVIEW_ANIMATIONS_CONTROL // mlam HACK238 #undef ENABLE_ARKIT_INLINE_PREVIEW_AUDIO_CONTROL // mlam HACK239 #undef HAVE_ASV_INLINE_PREVIEW_CAMERA_CONTROL // mlam HACK240 #undef HAVE_ASV_INLINE_PREVIEW_ANIMATION_CONTROL // mlam HACK241 #undef HAVE_ASV_INLINE_PREVIEW_AUDIO_CONTROL // mlam HACK242 243 236 static bool previewHasCameraSupport(ASVInlinePreview *preview) 244 237 {
Note:
See TracChangeset
for help on using the changeset viewer.