RESOLVED FIXED 155210
Delete dead scrolling code
https://bugs.webkit.org/show_bug.cgi?id=155210
Summary Delete dead scrolling code
Myles C. Maxfield
Reported 2016-03-08 17:28:09 PST
Delete dead scrolling code
Attachments
Patch (8.14 KB, patch)
2016-03-08 17:28 PST, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2016-03-08 17:28:38 PST
WebKit Commit Bot
Comment 2 2016-03-08 18:05:03 PST
Comment on attachment 273369 [details] Patch Clearing flags on attachment: 273369 Committed r197825: <http://trac.webkit.org/changeset/197825>
WebKit Commit Bot
Comment 3 2016-03-08 18:05:07 PST
All reviewed patches have been landed. Closing bug.
Gyuyoung Kim
Comment 4 2016-03-08 23:05:27 PST
EFL port is still using scrollLayerForScrollableArea(). Why is this code dead ?
Csaba Osztrogonác
Comment 5 2016-03-08 23:12:02 PST
(In reply to comment #2) > Comment on attachment 273369 [details] > Patch > > Clearing flags on attachment: 273369 > > Committed r197825: <http://trac.webkit.org/changeset/197825> It broke the EFL build: ../../Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp: In member function ‘virtual void WebCore::ScrollingCoordinatorCoordinatedGraphics::scrollableAreaScrollLayerDidChange(WebCore::ScrollableArea&)’: ../../Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:99:109: error: ‘scrollLayerForScrollableArea’ was not declared in this scope CoordinatedGraphicsLayer* layer = toCoordinatedGraphicsLayer(scrollLayerForScrollableArea(scrollableArea)); ^ ../../Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp: In member function ‘virtual void WebCore::ScrollingCoordinatorCoordinatedGraphics::willDestroyScrollableArea(WebCore::ScrollableArea&)’: ../../Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:108:109: error: ‘scrollLayerForScrollableArea’ was not declared in this scope CoordinatedGraphicsLayer* layer = toCoordinatedGraphicsLayer(scrollLayerForScrollableArea(scrollableArea));
Csaba Osztrogonác
Comment 6 2016-03-08 23:13:19 PST
(In reply to comment #4) > EFL port is still using scrollLayerForScrollableArea(). Why is this code > dead ? Because grep doesn't work on OS X and they don't have time to wait for EWS ...
Gyuyoung Kim
Comment 7 2016-03-08 23:23:11 PST
(In reply to comment #6) > (In reply to comment #4) > > EFL port is still using scrollLayerForScrollableArea(). Why is this code > > dead ? > > Because grep doesn't work on OS X and they don't have time to wait for EWS > ... I wonder if we can revert this patch for EFL port.
Csaba Osztrogonác
Comment 8 2016-03-08 23:29:11 PST
(In reply to comment #7) > I wonder if we can revert this patch for EFL port. It is not WebKit2 code, so theoretically you have the right to do it. But I have a feeling that Apple will tell you, why you shouldn't do. :)
WebKit Commit Bot
Comment 9 2016-03-08 23:42:57 PST
Re-opened since this is blocked by bug 155222
Gyuyoung Kim
Comment 10 2016-03-08 23:46:11 PST
(In reply to comment #9) > Re-opened since this is blocked by bug 155222 Myles, I revert this patch to restore the EFL build. If there is issues about my revert, please let me know.
Myles C. Maxfield
Comment 11 2016-03-09 15:35:43 PST
(In reply to comment #10) > (In reply to comment #9) > > Re-opened since this is blocked by bug 155222 > > Myles, I revert this patch to restore the EFL build. If there is issues > about my revert, please let me know. Sorry, I was relying on EWS to tell me if it was used, and EWS wasn't running the EFL build :(
Note You need to log in before you can comment on or make changes to this bug.