Bug 101653 - [WK2] Unused parameters on LayerTreeRenderer.cpp
Summary: [WK2] Unused parameters on LayerTreeRenderer.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-08 15:16 PST by KyungTae Kim
Modified: 2012-11-08 16:08 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2012-11-08 15:22 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-11-08 15:16:22 PST
There was build warning because the 'tileID' is not used now.
Source/WebKit2/UIProcess/CoordinatedGraphics/LayerTreeRenderer.cpp:370:6: warning: unused parameter ‘tileID’ [-Wunused-parameter]
Comment 1 KyungTae Kim 2012-11-08 15:22:53 PST
Created attachment 173133 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-08 16:08:06 PST
Comment on attachment 173133 [details]
Patch

Clearing flags on attachment: 173133

Committed r133967: <http://trac.webkit.org/changeset/133967>
Comment 3 WebKit Review Bot 2012-11-08 16:08:11 PST
All reviewed patches have been landed.  Closing bug.