Title: [164938] trunk/Source/WebKit2
Revision
164938
Author
[email protected]
Date
2014-03-01 21:35:16 -0800 (Sat, 01 Mar 2014)

Log Message

Fix the Mac build.

* UIProcess/mac/ViewGestureController.messages.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (164937 => 164938)


--- trunk/Source/WebKit2/ChangeLog	2014-03-02 05:25:27 UTC (rev 164937)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-02 05:35:16 UTC (rev 164938)
@@ -1,5 +1,11 @@
 2014-03-01  Tim Horton  <[email protected]>
 
+        Fix the Mac build.
+
+        * UIProcess/mac/ViewGestureController.messages.in:
+
+2014-03-01  Tim Horton  <[email protected]>
+
         WebKit2 View Gestures (Smart Magnification): Support for iOS
         https://bugs.webkit.org/show_bug.cgi?id=129146
         <rdar://problem/16032668>

Modified: trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.messages.in (164937 => 164938)


--- trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.messages.in	2014-03-02 05:25:27 UTC (rev 164937)
+++ trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.messages.in	2014-03-02 05:35:16 UTC (rev 164938)
@@ -23,7 +23,7 @@
 messages -> ViewGestureController {
 #if !PLATFORM(IOS)
     DidCollectGeometryForMagnificationGesture(WebCore::FloatRect visibleContentBounds, bool frameHandlesMagnificationGesture)
-    DidCollectGeometryForSmartMagnificationGesture(WebCore::FloatPoint origin, WebCore::FloatRect renderRect, WebCore::FloatRect visibleContentBounds, bool isReplacedElement, bool frameHandlesMagnificationGesture, double viewportMinimumScale, double viewportMaximumScale)
+    DidCollectGeometryForSmartMagnificationGesture(WebCore::FloatPoint origin, WebCore::FloatRect renderRect, WebCore::FloatRect visibleContentBounds, bool isReplacedElement, double viewportMinimumScale, double viewportMaximumScale)
     DidHitRenderTreeSizeThreshold()
 #endif
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to