RESOLVED FIXED 102884
Unused parameters on ScrollingCoordinator.cpp
https://bugs.webkit.org/show_bug.cgi?id=102884
Summary Unused parameters on ScrollingCoordinator.cpp
KyungTae Kim
Reported 2012-11-20 23:18:12 PST
Because the 'platformLayer' parameter is not used when !USE(ACCELERATED_COMPOSITING), use UNUSED_PARAM macro to fix build warning -Wunused-parameter Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:283:6: warning: unused parameter ‘scrollingLayerPositionAction’ [-Wunused-parameter]
Attachments
Patch (1.44 KB, patch)
2012-11-20 23:20 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-11-20 23:20:38 PST
KyungTae Kim
Comment 2 2012-11-20 23:22:19 PST
Comment on attachment 175346 [details] Patch Because the 'scrollingLayerPositionAction' parameter is not used when !USE(ACCELERATED_COMPOSITING), use UNUSED_PARAM macro to fix build warning -Wunused-parameter
Kentaro Hara
Comment 3 2012-11-21 00:09:11 PST
Comment on attachment 175346 [details] Patch ok
WebKit Review Bot
Comment 4 2012-11-21 01:10:23 PST
Comment on attachment 175346 [details] Patch Clearing flags on attachment: 175346 Committed r135360: <http://trac.webkit.org/changeset/135360>
WebKit Review Bot
Comment 5 2012-11-21 01:10:27 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.