Changeset 242465 in webkit


Ignore:
Timestamp:
Mar 5, 2019 6:54:13 AM (5 years ago)
Author:
fred.wang@free.fr
Message:

Share more code for updating the state of frame scrolling nodes
https://bugs.webkit.org/show_bug.cgi?id=195254

Unreviewed compilation warning fix.

Patch by Frederic Wang <fwang@igalia.com> on 2019-03-05

  • page/scrolling/AsyncScrollingCoordinator.cpp:

(WebCore::AsyncScrollingCoordinator::frameViewLayoutUpdated): Add UNUSED_PARAM on non-Cocoa
platforms.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r242464 r242465  
     12019-03-05  Frederic Wang  <fwang@igalia.com>
     2
     3        Share more code for updating the state of frame scrolling nodes
     4        https://bugs.webkit.org/show_bug.cgi?id=195254
     5
     6        Unreviewed compilation warning fix.
     7
     8        * page/scrolling/AsyncScrollingCoordinator.cpp:
     9        (WebCore::AsyncScrollingCoordinator::frameViewLayoutUpdated): Add UNUSED_PARAM on non-Cocoa
     10        platforms.
     11
    1122019-03-05  Cathie Chen  <cathiechen@igalia.com>
    213
  • trunk/Source/WebCore/page/scrolling/AsyncScrollingCoordinator.cpp

    r242359 r242465  
    144144        frameScrollingNode.setExpectsWheelEventTestTrigger(page->expectsWheelEventTriggers());
    145145    }
     146#else
     147    UNUSED_PARAM(frameView);
    146148#endif
    147149}
Note: See TracChangeset for help on using the changeset viewer.