Changeset 240252 in webkit


Ignore:
Timestamp:
Jan 22, 2019 8:59:15 AM (5 years ago)
Author:
fred.wang@free.fr
Message:

Minor refactoring of the scrolling code
https://bugs.webkit.org/show_bug.cgi?id=192398

Unreviewed build fix.

Patch by Frederic Wang <fwang@igalia.com> on 2019-01-22

  • page/scrolling/ScrollingTreeScrollingNode.cpp: Add missing header.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r240251 r240252  
     12019-01-22  Frederic Wang  <fwang@igalia.com>
     2
     3        Minor refactoring of the scrolling code
     4        https://bugs.webkit.org/show_bug.cgi?id=192398
     5
     6        Unreviewed build fix.
     7
     8        * page/scrolling/ScrollingTreeScrollingNode.cpp: Add missing header.
     9
    1102019-01-22  Oriol Brufau  <obrufau@igalia.com>
    211
  • trunk/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.cpp

    r239427 r240252  
    2929#if ENABLE(ASYNC_SCROLLING)
    3030
     31#include "ScrollingStateScrollingNode.h"
    3132#include "ScrollingStateTree.h"
    3233#include "ScrollingTree.h"
Note: See TracChangeset for help on using the changeset viewer.