RESOLVED FIXED 101577
Unused parameters on GraphicsLayerUpdater.cpp
https://bugs.webkit.org/show_bug.cgi?id=101577
Summary Unused parameters on GraphicsLayerUpdater.cpp
KyungTae Kim
Reported 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.
Attachments
Patch (1.92 KB, patch)
2012-11-08 03:34 PST, KyungTae Kim
no flags
KyungTae Kim
Comment 1 2012-11-08 03:34:16 PST
Kentaro Hara
Comment 2 2012-11-08 04:08:24 PST
Comment on attachment 172992 [details] Patch Looks OK
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2012-11-08 05:35:52 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.