Bug 102884

Summary: Unused parameters on ScrollingCoordinator.cpp
Product: WebKit Reporter: KyungTae Kim <ktf.kim>
Component: WebCore Misc.Assignee: KyungTae Kim <ktf.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, haraken, jamesr, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.