Bug 101577

Summary: Unused parameters on GraphicsLayerUpdater.cpp
Product: WebKit Reporter: KyungTae Kim <ktf.kim>
Component: Layout and RenderingAssignee: KyungTae Kim <ktf.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description KyungTae Kim 2012-11-08 03:19:17 PST
There are build warnings when  !USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR)
Source/WebCore/platform/graphics/GraphicsLayerUpdater.cpp:36:1: warning: unused parameter ‘displayID’ [-Wunused-parameter]
Source/WebCore/platform/graphics/GraphicsLayerUpdater.cpp:63:6: warning: unused parameter ‘displayID’ [-Wunused-parameter]

Use UNUSED_PARAM macro for removing -Wunused-parameter warnings.
Comment 1 KyungTae Kim 2012-11-08 03:34:16 PST
Created attachment 172992 [details]
Patch
Comment 2 Kentaro Hara 2012-11-08 04:08:24 PST
Comment on attachment 172992 [details]
Patch

Looks OK
Comment 3 WebKit Review Bot 2012-11-08 05:35:49 PST
Comment on attachment 172992 [details]
Patch

Clearing flags on attachment: 172992

Committed r133889: <http://trac.webkit.org/changeset/133889>
Comment 4 WebKit Review Bot 2012-11-08 05:35:52 PST
All reviewed patches have been landed.  Closing bug.