Changeset 245678 in webkit
- Timestamp:
- May 23, 2019, 12:55:43 AM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/WebPage/WebPage.messages.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r245676 r245678 1 2019-05-23 Antoine Quint <graouts@apple.com> 2 3 [tvOS] Build broken by r245639 4 https://bugs.webkit.org/show_bug.cgi?id=198172 5 <rdar://problem/51048991> 6 7 Unreviewed build fix. 8 9 * WebProcess/WebPage/WebPage.messages.in: 10 1 11 2019-05-23 Adrian Perez de Castro <aperez@igalia.com> 2 12 -
trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in
r245639 r245678 52 52 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) 53 53 54 TouchWithIdentifierWasRemoved(WebCore::PointerID pointerId)55 54 HandleTap(WebCore::IntPoint point, OptionSet<WebKit::WebEvent::Modifier> modifiers, uint64_t lastLayerTreeTransactionId) 56 55 PotentialTapAtPosition(uint64_t requestID, WebCore::FloatPoint point, bool shouldRequestMagnificationInformation) … … 137 136 #if ENABLE(POINTER_EVENTS) 138 137 CancelPointer(WebCore::PointerID pointerId, WebCore::IntPoint documentPoint) 138 TouchWithIdentifierWasRemoved(WebCore::PointerID pointerId) 139 139 #endif 140 140
Note:
See TracChangeset
for help on using the changeset viewer.