Bug 102884 - Unused parameters on ScrollingCoordinator.cpp
Summary: Unused parameters on ScrollingCoordinator.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 23:18 PST by KyungTae Kim
Modified: 2012-11-21 01:10 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2012-11-20 23:20 PST, KyungTae Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KyungTae Kim 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]
Comment 1 KyungTae Kim 2012-11-20 23:20:38 PST
Created attachment 175346 [details]
Patch
Comment 2 KyungTae Kim 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
Comment 3 Kentaro Hara 2012-11-21 00:09:11 PST
Comment on attachment 175346 [details]
Patch

ok
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2012-11-21 01:10:27 PST
All reviewed patches have been landed.  Closing bug.