Title: [273076] trunk/Source/WTF
Revision
273076
Author
wei...@apple.com
Date
2021-02-18 08:52:12 -0800 (Thu, 18 Feb 2021)

Log Message

Enable separated graphics layer experiments on internal variant
https://bugs.webkit.org/show_bug.cgi?id=222088

Reviewed by Dean Jackson.

* wtf/PlatformEnableCocoa.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (273075 => 273076)


--- trunk/Source/WTF/ChangeLog	2021-02-18 16:06:49 UTC (rev 273075)
+++ trunk/Source/WTF/ChangeLog	2021-02-18 16:52:12 UTC (rev 273076)
@@ -1,3 +1,12 @@
+2021-02-17  Sam Weinig  <wei...@apple.com>
+
+        Enable separated graphics layer experiments on internal variant
+        https://bugs.webkit.org/show_bug.cgi?id=222088
+
+        Reviewed by Dean Jackson.
+
+        * wtf/PlatformEnableCocoa.h:
+
 2021-02-18  Antoine Quint  <grao...@webkit.org>
 
         Page updates and rAF callbacks should run at a frequency close to 60Hz on high refresh-rate displays

Modified: trunk/Source/WTF/wtf/PlatformEnableCocoa.h (273075 => 273076)


--- trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-02-18 16:06:49 UTC (rev 273075)
+++ trunk/Source/WTF/wtf/PlatformEnableCocoa.h	2021-02-18 16:52:12 UTC (rev 273076)
@@ -641,3 +641,7 @@
 #if !defined(ENABLE_OPUS) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000
 #define ENABLE_OPUS 1
 #endif
+
+#if !defined(ENABLE_CSS_TRANSFORM_STYLE_OPTIMIZED_3D) && HAVE(UIKIT_WEBKIT_INTERNALS)
+#define ENABLE_CSS_TRANSFORM_STYLE_OPTIMIZED_3D 1
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to