Title: [268751] trunk
Revision
268751
Author
commit-qu...@webkit.org
Date
2020-10-20 11:51:22 -0700 (Tue, 20 Oct 2020)

Log Message

[GTK] Move ENABLE_ASYNC_SCROLLING build option to right place in OptionsGTK.cmake
https://bugs.webkit.org/show_bug.cgi?id=217977

Unreviewed. No functional changes.

Patch by Michael Catanzaro <mcatanz...@gnome.org> on 2020-10-20

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (268750 => 268751)


--- trunk/ChangeLog	2020-10-20 17:56:37 UTC (rev 268750)
+++ trunk/ChangeLog	2020-10-20 18:51:22 UTC (rev 268751)
@@ -1,3 +1,12 @@
+2020-10-20  Michael Catanzaro  <mcatanz...@gnome.org>
+
+        [GTK] Move ENABLE_ASYNC_SCROLLING build option to right place in OptionsGTK.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=217977
+
+        Unreviewed. No functional changes.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2020-10-20  Adrian Perez de Castro  <ape...@igalia.com>
 
         [GTK] Implement HTML5 Gamepad API

Modified: trunk/Source/cmake/OptionsGTK.cmake (268750 => 268751)


--- trunk/Source/cmake/OptionsGTK.cmake	2020-10-20 17:56:37 UTC (rev 268750)
+++ trunk/Source/cmake/OptionsGTK.cmake	2020-10-20 18:51:22 UTC (rev 268751)
@@ -147,7 +147,6 @@
 # Public options shared with other WebKit ports. Do not add any options here
 # without approval from a GTK reviewer. There must be strong reason to support
 # changing the value of the option.
-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ASYNC_SCROLLING PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DRAG_SUPPORT PUBLIC ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD PUBLIC ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SPELLCHECK PUBLIC ON)
@@ -158,6 +157,7 @@
 # Private options shared with other WebKit ports. Add options here when
 # we need a value different from the default defined in WebKitFeatures.cmake.
 # Changing these options is completely unsupported.
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ASYNC_SCROLLING PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_AUTOCAPITALIZE PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CONTENT_EXTENSIONS PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_CSS_CONIC_GRADIENTS PRIVATE ON)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to