Changeset 249478 in webkit


Ignore:
Timestamp:
Sep 4, 2019 5:27:00 AM (5 years ago)
Author:
zandobersek@gmail.com
Message:

Remove unused ScrollingTreeOverflowScrollProxyNode implementation
https://bugs.webkit.org/show_bug.cgi?id=201376

Reviewed by Simon Fraser.

Remove the unused ScrollingTreeOverflowScrollProxyNode implementation
and header files that were added in r246723 but are not included in any
build. Cocoa-specific implementation remains untouched, and other
scrolling systems should be providing their own (as is the case with
other types of nodes).

  • page/scrolling/ScrollingTreeOverflowScrollProxyNode.cpp: Removed.
  • page/scrolling/ScrollingTreeOverflowScrollProxyNode.h: Removed.
Location:
trunk/Source/WebCore
Files:
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r249477 r249478  
     12019-09-04  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        Remove unused ScrollingTreeOverflowScrollProxyNode implementation
     4        https://bugs.webkit.org/show_bug.cgi?id=201376
     5
     6        Reviewed by Simon Fraser.
     7
     8        Remove the unused ScrollingTreeOverflowScrollProxyNode implementation
     9        and header files that were added in r246723 but are not included in any
     10        build. Cocoa-specific implementation remains untouched, and other
     11        scrolling systems should be providing their own (as is the case with
     12        other types of nodes).
     13
     14        * page/scrolling/ScrollingTreeOverflowScrollProxyNode.cpp: Removed.
     15        * page/scrolling/ScrollingTreeOverflowScrollProxyNode.h: Removed.
     16
    1172019-09-04  Philippe Normand  <pnormand@igalia.com>
    218
Note: See TracChangeset for help on using the changeset viewer.