Title: [236940] trunk/Source/WebKit
Revision
236940
Author
timothy_hor...@apple.com
Date
2018-10-08 14:10:47 -0700 (Mon, 08 Oct 2018)

Log Message

Try to fix the build

* UIProcess/ios/WKKeyboardScrollingAnimator.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236939 => 236940)


--- trunk/Source/WebKit/ChangeLog	2018-10-08 21:02:20 UTC (rev 236939)
+++ trunk/Source/WebKit/ChangeLog	2018-10-08 21:10:47 UTC (rev 236940)
@@ -1,3 +1,9 @@
+2018-10-08  Tim Horton  <timothy_hor...@apple.com>
+
+        Try to fix the build
+
+        * UIProcess/ios/WKKeyboardScrollingAnimator.mm:
+
 2018-10-08  Brian Burg  <bb...@apple.com>
 
         [Mac] Web Automation: some keyboard interactions don't generate events, causing event simulation to stall

Modified: trunk/Source/WebKit/UIProcess/ios/WKKeyboardScrollingAnimator.mm (236939 => 236940)


--- trunk/Source/WebKit/UIProcess/ios/WKKeyboardScrollingAnimator.mm	2018-10-08 21:02:20 UTC (rev 236939)
+++ trunk/Source/WebKit/UIProcess/ios/WKKeyboardScrollingAnimator.mm	2018-10-08 21:10:47 UTC (rev 236940)
@@ -29,6 +29,7 @@
 #if PLATFORM(IOS)
 
 #import "UIKitSPI.h"
+#import <QuartzCore/CADisplayLink.h>
 #import <WebCore/FloatPoint.h>
 #import <WebCore/RectEdges.h>
 #import <WebCore/WebEvent.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to