Bug 102760

Summary: [WK2] Unused parameters on CoordinatedGraphicsLayer.cpp
Product: WebKit Reporter: KyungTae Kim <ktf.kim>
Component: WebKit2Assignee: KyungTae Kim <ktf.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: noam, webkit.review.bot, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

KyungTae Kim
Reported 2012-11-19 19:56:12 PST
Because the 'platformLayer' parameter is not used when !USE(GRAPHICS_SURFACE), use UNUSED_PARAM macro to fix build warning -Wunused-parameter Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedGraphicsLayer.cpp:333:6: warning: unused parameter ‘platformLayer’ [-Wunused-parameter]
Attachments
Patch (1.61 KB, patch)
2012-11-19 20:00 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-11-19 20:00:49 PST
WebKit Review Bot
Comment 2 2012-11-19 21:38:41 PST
Comment on attachment 175121 [details] Patch Clearing flags on attachment: 175121 Committed r135248: <http://trac.webkit.org/changeset/135248>
WebKit Review Bot
Comment 3 2012-11-19 21:38:45 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.