RESOLVED FIXED 138377
Remove two unused ScrollingCoordinator methods.
https://bugs.webkit.org/show_bug.cgi?id=138377
Summary Remove two unused ScrollingCoordinator methods.
Andreas Kling
Reported 2014-11-04 15:03:19 PST
These functions appear to be unused: scrollLayerForScrollableArea horizontalScrollbarLayerForScrollableArea verticalScrollbarLayerForScrollableArea
Attachments
Patch (2.71 KB, patch)
2014-11-04 15:03 PST, Andreas Kling
no flags
Patch II (2.40 KB, patch)
2014-11-04 15:08 PST, Andreas Kling
cdumez: review+
Andreas Kling
Comment 1 2014-11-04 15:03:46 PST
Chris Dumez
Comment 2 2014-11-04 15:06:17 PST
Comment on attachment 240954 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240954&action=review > Source/WebCore/page/scrolling/ScrollingCoordinator.h:-211 > - static GraphicsLayer* scrollLayerForScrollableArea(ScrollableArea*); Isn't this used for CoordinatedGraphics? Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp
Andreas Kling
Comment 3 2014-11-04 15:07:04 PST
(In reply to comment #2) > Comment on attachment 240954 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=240954&action=review > > > Source/WebCore/page/scrolling/ScrollingCoordinator.h:-211 > > - static GraphicsLayer* scrollLayerForScrollableArea(ScrollableArea*); > > Isn't this used for CoordinatedGraphics? > Source/WebCore/page/scrolling/coordinatedgraphics/ > ScrollingCoordinatorCoordinatedGraphics.cpp Whoops! Right you are.
Andreas Kling
Comment 4 2014-11-04 15:08:50 PST
Created attachment 240955 [details] Patch II
Chris Dumez
Comment 5 2014-11-04 15:09:19 PST
Comment on attachment 240955 [details] Patch II r=me
Andreas Kling
Comment 6 2014-11-04 15:14:25 PST
Note You need to log in before you can comment on or make changes to this bug.