Title: [286567] trunk/Source/WebKit
Revision
286567
Author
[email protected]
Date
2021-12-06 13:36:19 -0800 (Mon, 06 Dec 2021)

Log Message

Reverting local test code that should not have been landed.

Not reviewed.

* UIProcess/Cocoa/ModelElementControllerCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (286566 => 286567)


--- trunk/Source/WebKit/ChangeLog	2021-12-06 21:31:41 UTC (rev 286566)
+++ trunk/Source/WebKit/ChangeLog	2021-12-06 21:36:19 UTC (rev 286567)
@@ -1,3 +1,11 @@
+2021-12-06  Mark Lam  <[email protected]>
+
+        Reverting local test code that should not have been landed.
+
+        Not reviewed.
+
+        * UIProcess/Cocoa/ModelElementControllerCocoa.mm:
+
 2021-12-06  Tim Horton  <[email protected]>
 
         Momentum Event Dispatcher: Momentum phase runs backwards with natural scrolling disabled

Modified: trunk/Source/WebKit/UIProcess/Cocoa/ModelElementControllerCocoa.mm (286566 => 286567)


--- trunk/Source/WebKit/UIProcess/Cocoa/ModelElementControllerCocoa.mm	2021-12-06 21:31:41 UTC (rev 286566)
+++ trunk/Source/WebKit/UIProcess/Cocoa/ModelElementControllerCocoa.mm	2021-12-06 21:36:19 UTC (rev 286567)
@@ -233,13 +233,6 @@
 
 #if ENABLE(ARKIT_INLINE_PREVIEW)
 
-#undef ENABLE_ARKIT_INLINE_PREVIEW_CAMERA_TRANSFORM // mlam HACK
-#undef ENABLE_ARKIT_INLINE_PREVIEW_ANIMATIONS_CONTROL // mlam HACK
-#undef ENABLE_ARKIT_INLINE_PREVIEW_AUDIO_CONTROL // mlam HACK
-#undef HAVE_ASV_INLINE_PREVIEW_CAMERA_CONTROL // mlam HACK
-#undef HAVE_ASV_INLINE_PREVIEW_ANIMATION_CONTROL // mlam HACK
-#undef HAVE_ASV_INLINE_PREVIEW_AUDIO_CONTROL // mlam HACK
-
 static bool previewHasCameraSupport(ASVInlinePreview *preview)
 {
 #if ENABLE(ARKIT_INLINE_PREVIEW_CAMERA_TRANSFORM)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to