Title: [273450] trunk/Source/WTF
Revision
273450
Author
wei...@apple.com
Date
2021-02-24 16:00:43 -0800 (Wed, 24 Feb 2021)

Log Message

Add platform enable for separated model investigation
https://bugs.webkit.org/show_bug.cgi?id=222383

Reviewed by Dean Jackson.

* wtf/PlatformEnableCocoa.h:
Add define.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (273449 => 273450)


--- trunk/Source/WTF/ChangeLog	2021-02-24 23:54:15 UTC (rev 273449)
+++ trunk/Source/WTF/ChangeLog	2021-02-25 00:00:43 UTC (rev 273450)
@@ -1,3 +1,13 @@
+2021-02-24  Sam Weinig  <wei...@apple.com>
+
+        Add platform enable for separated model investigation
+        https://bugs.webkit.org/show_bug.cgi?id=222383
+
+        Reviewed by Dean Jackson.
+
+        * wtf/PlatformEnableCocoa.h:
+        Add define.
+
 2021-02-23  Don Olmstead  <don.olmst...@sony.com>
 
         [CMake] Fix JSCOnly build on Windows

Modified: trunk/Source/WTF/wtf/PlatformEnableCocoa.h (273449 => 273450)


--- trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-02-24 23:54:15 UTC (rev 273449)
+++ trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-02-25 00:00:43 UTC (rev 273450)
@@ -645,3 +645,7 @@
 #if !defined(ENABLE_CSS_TRANSFORM_STYLE_OPTIMIZED_3D) && HAVE(UIKIT_WEBKIT_INTERNALS)
 #define ENABLE_CSS_TRANSFORM_STYLE_OPTIMIZED_3D 1
 #endif
+
+#if !defined(ENABLE_SEPARATED_MODEL) && HAVE(UIKIT_WEBKIT_INTERNALS) && HAVE(CORE_ANIMATION_SEPARATED_LAYERS)
+#define ENABLE_SEPARATED_MODEL 1
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to