Title: [254640] trunk/Source/WebCore
Revision
254640
Author
simon.fra...@apple.com
Date
2020-01-15 14:48:09 -0800 (Wed, 15 Jan 2020)

Log Message

Unreviewed cleanup.

TextStream is used outside #if ENABLE(KINETIC_SCROLLING) lower down, so remove
these guards.

* platform/PlatformWheelEvent.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (254639 => 254640)


--- trunk/Source/WebCore/ChangeLog	2020-01-15 22:23:31 UTC (rev 254639)
+++ trunk/Source/WebCore/ChangeLog	2020-01-15 22:48:09 UTC (rev 254640)
@@ -1,3 +1,12 @@
+2020-01-15  Simon Fraser  <simon.fra...@apple.com>
+
+        Unreviewed cleanup.
+
+        TextStream is used outside #if ENABLE(KINETIC_SCROLLING) lower down, so remove
+        these guards.
+
+        * platform/PlatformWheelEvent.h:
+
 2020-01-15  Antti Koivisto  <an...@apple.com>
 
         [LFC] Cache display box for the first LayoutState to Layout::Box

Modified: trunk/Source/WebCore/platform/PlatformWheelEvent.h (254639 => 254640)


--- trunk/Source/WebCore/platform/PlatformWheelEvent.h	2020-01-15 22:23:31 UTC (rev 254639)
+++ trunk/Source/WebCore/platform/PlatformWheelEvent.h	2020-01-15 22:48:09 UTC (rev 254640)
@@ -34,11 +34,9 @@
 typedef struct _GdkEventScroll GdkEventScroll;
 #endif
 
-#if ENABLE(KINETIC_SCROLLING)
 namespace WTF {
 class TextStream;
 }
-#endif
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to