RESOLVED FIXED 102760
[WK2] Unused parameters on CoordinatedGraphicsLayer.cpp
https://bugs.webkit.org/show_bug.cgi?id=102760
Summary [WK2] Unused parameters on CoordinatedGraphicsLayer.cpp
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.