⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245678 in webkit


Ignore:
Timestamp:
May 23, 2019, 12:55:43 AM (7 years ago)
Author:
graouts@webkit.org
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r245676 r245678  
     12019-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
    1112019-05-23  Adrian Perez de Castro  <aperez@igalia.com>
    212
  • trunk/Source/WebKit/WebProcess/WebPage/WebPage.messages.in

    r245639 r245678  
    5252    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)
    5353
    54     TouchWithIdentifierWasRemoved(WebCore::PointerID pointerId)
    5554    HandleTap(WebCore::IntPoint point, OptionSet<WebKit::WebEvent::Modifier> modifiers, uint64_t lastLayerTreeTransactionId)
    5655    PotentialTapAtPosition(uint64_t requestID, WebCore::FloatPoint point, bool shouldRequestMagnificationInformation)
     
    137136#if ENABLE(POINTER_EVENTS)
    138137    CancelPointer(WebCore::PointerID pointerId, WebCore::IntPoint documentPoint)
     138    TouchWithIdentifierWasRemoved(WebCore::PointerID pointerId)
    139139#endif
    140140
Note: See TracChangeset for help on using the changeset viewer.