Title: [240585] releases/WebKitGTK/webkit-2.22
Revision
240585
Author
mcatanz...@igalia.com
Date
2019-01-28 09:23:17 -0800 (Mon, 28 Jan 2019)

Log Message

Merge r238928: REGRESSION(r231043): [GTK] Undefined references to WebCore::LayerRepresentation::* with -DENABLE_OPENGL=OFF builds
https://bugs.webkit.org/show_bug.cgi?id=191997

Patch by Carlos Eduardo Ramalho <cadubent...@gmail.com> on 2018-12-06
Reviewed by Philippe Normand.

.:

Fix build with -DENABLE_OPENGL=OFF and -DENABLE_VIDEO=OFF

* Source/cmake/OptionsGTK.cmake: make ENABLE_ASYNC_SCROLLING depend on ENABLE_OPENGL

Source/WebCore:

Fix build with -DENABLE_OPENGL=OFF and -DENABLE_VIDEO=OFF.

No new tests required. Only fixing build.

* platform/gtk/PlatformWheelEventGtk.cpp:
(WebCore::PlatformWheelEvent::PlatformWheelEvent): add required #if ENABLE(ASYNC_SCROLLING)

Source/WebKit:

Fix build with -DENABLE_OPENGL=OFF and -DENABLE_VIDEO=OFF.

* Shared/WebEventConversion.cpp:
(WebKit::WebKit2PlatformWheelEvent::WebKit2PlatformWheelEvent): add required #if ENABLE(ASYNC_SCROLLING)

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.22/ChangeLog (240584 => 240585)


--- releases/WebKitGTK/webkit-2.22/ChangeLog	2019-01-28 17:19:48 UTC (rev 240584)
+++ releases/WebKitGTK/webkit-2.22/ChangeLog	2019-01-28 17:23:17 UTC (rev 240585)
@@ -1,3 +1,14 @@
+2018-12-06  Carlos Eduardo Ramalho  <cadubent...@gmail.com>
+
+        REGRESSION(r231043): [GTK] Undefined references to WebCore::LayerRepresentation::* with -DENABLE_OPENGL=OFF builds
+        https://bugs.webkit.org/show_bug.cgi?id=191997
+
+        Reviewed by Philippe Normand.
+
+        Fix build with -DENABLE_OPENGL=OFF and -DENABLE_VIDEO=OFF
+
+        * Source/cmake/OptionsGTK.cmake: make ENABLE_ASYNC_SCROLLING depend on ENABLE_OPENGL
+
 2018-12-13  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake for the 2.22.3 release.

Modified: releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog (240584 => 240585)


--- releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog	2019-01-28 17:19:48 UTC (rev 240584)
+++ releases/WebKitGTK/webkit-2.22/Source/WebCore/ChangeLog	2019-01-28 17:23:17 UTC (rev 240585)
@@ -1,3 +1,17 @@
+2018-12-06  Carlos Eduardo Ramalho  <cadubent...@gmail.com>
+
+        REGRESSION(r231043): [GTK] Undefined references to WebCore::LayerRepresentation::* with -DENABLE_OPENGL=OFF builds
+        https://bugs.webkit.org/show_bug.cgi?id=191997
+
+        Reviewed by Philippe Normand.
+
+        Fix build with -DENABLE_OPENGL=OFF and -DENABLE_VIDEO=OFF.
+
+        No new tests required. Only fixing build.
+
+        * platform/gtk/PlatformWheelEventGtk.cpp:
+        (WebCore::PlatformWheelEvent::PlatformWheelEvent): add required #if ENABLE(ASYNC_SCROLLING)
+
 2019-01-11  Miguel Gomez  <mago...@igalia.com>
 
         [GTK] Garbled rendering on Youtube while scrolling under X11.

Modified: releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog (240584 => 240585)


--- releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2019-01-28 17:19:48 UTC (rev 240584)
+++ releases/WebKitGTK/webkit-2.22/Source/WebKit/ChangeLog	2019-01-28 17:23:17 UTC (rev 240585)
@@ -1,3 +1,15 @@
+2018-12-06  Carlos Eduardo Ramalho  <cadubent...@gmail.com>
+
+        REGRESSION(r231043): [GTK] Undefined references to WebCore::LayerRepresentation::* with -DENABLE_OPENGL=OFF builds
+        https://bugs.webkit.org/show_bug.cgi?id=191997
+
+        Reviewed by Philippe Normand.
+
+        Fix build with -DENABLE_OPENGL=OFF and -DENABLE_VIDEO=OFF.
+
+        * Shared/WebEventConversion.cpp:
+        (WebKit::WebKit2PlatformWheelEvent::WebKit2PlatformWheelEvent): add required #if ENABLE(ASYNC_SCROLLING)
+
 2018-12-13  Adrian Perez de Castro  <ape...@igalia.com>
 
         Unreviewed. Update OptionsWPE.cmake for the 2.22.3 release.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to