RESOLVED FIXED 140678
Fix unused-const-variable warning in RenderLayerCompositor.cpp
https://bugs.webkit.org/show_bug.cgi?id=140678
Summary Fix unused-const-variable warning in RenderLayerCompositor.cpp
Csaba Osztrogonác
Reported 2015-01-20 07:48:09 PST
Source/WebCore/rendering/RenderLayerCompositor.cpp:91:18: warning: unused variable 'canvasAreaThresholdRequiringCompositing' [-Wunused-const-variable] static const int canvasAreaThresholdRequiringCompositing = 50 * 100; ^ 1 warning generated.
Attachments
Patch (1.42 KB, patch)
2015-01-20 07:49 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-01-20 07:49:23 PST
WebKit Commit Bot
Comment 2 2015-01-20 08:48:43 PST
Comment on attachment 244992 [details] Patch Clearing flags on attachment: 244992 Committed r178712: <http://trac.webkit.org/changeset/178712>
WebKit Commit Bot
Comment 3 2015-01-20 08:48:48 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.