Title: [245678] trunk/Source/WebKit
- Revision
- 245678
- Author
- [email protected]
- Date
- 2019-05-23 00:55:43 -0700 (Thu, 23 May 2019)
Log Message
[tvOS] Build broken by r245639
https://bugs.webkit.org/show_bug.cgi?id=198172
<rdar://problem/51048991>
Unreviewed build fix.
* WebProcess/WebPage/WebPage.messages.in:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (245677 => 245678)
--- trunk/Source/WebKit/ChangeLog 2019-05-23 07:41:57 UTC (rev 245677)
+++ trunk/Source/WebKit/ChangeLog 2019-05-23 07:55:43 UTC (rev 245678)
@@ -1,3 +1,13 @@
+2019-05-23 Antoine Quint <[email protected]>
+
+ [tvOS] Build broken by r245639
+ https://bugs.webkit.org/show_bug.cgi?id=198172
+ <rdar://problem/51048991>
+
+ Unreviewed build fix.
+
+ * WebProcess/WebPage/WebPage.messages.in:
+
2019-05-23 Adrian Perez de Castro <[email protected]>
[WPE] Build fails with ENABLE_VIDEO=OFF and ENABLE_WEB_AUDIO=OFF
Modified: trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in (245677 => 245678)
--- trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in 2019-05-23 07:41:57 UTC (rev 245677)
+++ trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in 2019-05-23 07:55:43 UTC (rev 245678)
@@ -51,7 +51,6 @@
SetOverrideViewportArguments(Optional<WebCore::ViewportArguments> arguments)
DynamicViewportSizeUpdate(WebCore::FloatSize viewLayoutSize, WebCore::FloatSize maximumUnobscuredSize, WebCore::FloatRect targetExposedContentRect, WebCore::FloatRect targetUnobscuredRect, WebCore::FloatRect targetUnobscuredRectInScrollViewCoordinates, WebCore::RectEdges<float> targetUnobscuredSafeAreaInsets, double scale, int32_t deviceOrientation, uint64_t dynamicViewportSizeUpdateID)
- TouchWithIdentifierWasRemoved(WebCore::PointerID pointerId)
HandleTap(WebCore::IntPoint point, OptionSet<WebKit::WebEvent::Modifier> modifiers, uint64_t lastLayerTreeTransactionId)
PotentialTapAtPosition(uint64_t requestID, WebCore::FloatPoint point, bool shouldRequestMagnificationInformation)
CommitPotentialTap(OptionSet<WebKit::WebEvent::Modifier> modifiers, uint64_t lastLayerTreeTransactionId, WebCore::PointerID pointerId)
@@ -136,6 +135,7 @@
#if ENABLE(POINTER_EVENTS)
CancelPointer(WebCore::PointerID pointerId, WebCore::IntPoint documentPoint)
+ TouchWithIdentifierWasRemoved(WebCore::PointerID pointerId)
#endif
#if ENABLE(INPUT_TYPE_COLOR)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes