Bug 104857 - Unused parameters on TextureMapperImageBuffer.cpp
Summary: Unused parameters on TextureMapperImageBuffer.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 16:09 PST by KyungTae Kim
Modified: 2012-12-12 18:18 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.78 KB, patch)
2012-12-12 16:11 PST, KyungTae Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KyungTae Kim 2012-12-12 16:09:11 PST
The updateContents has unused parameter 'textureMapper', remove the parameter name to fix 'unused parameter' build warning. 

Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:60:6: warning: unused parameter ‘textureMapper’ [-Wunused-parameter]
Comment 1 KyungTae Kim 2012-12-12 16:11:03 PST
Created attachment 179142 [details]
Patch
Comment 2 Kentaro Hara 2012-12-12 16:13:04 PST
Comment on attachment 179142 [details]
Patch

LGTM
Comment 3 WebKit Review Bot 2012-12-12 18:18:50 PST
Comment on attachment 179142 [details]
Patch

Clearing flags on attachment: 179142

Committed r137555: <http://trac.webkit.org/changeset/137555>
Comment 4 WebKit Review Bot 2012-12-12 18:18:53 PST
All reviewed patches have been landed.  Closing bug.