RESOLVED WONTFIX 74163
[chromium] Remove un-used functions from TiledLayerChromium
https://bugs.webkit.org/show_bug.cgi?id=74163
Summary [chromium] Remove un-used functions from TiledLayerChromium
Shawn Singh
Reported 2011-12-08 21:01:43 PST
This code seems to be un-used, and compiles successfully when its removed. Enne, could you please confirm this code can actually be removed? Thanks in advance.
Attachments
Patch (3.09 KB, patch)
2011-12-08 21:04 PST, Shawn Singh
jamesr: review-
Shawn Singh
Comment 1 2011-12-08 21:04:39 PST
Adrienne Walker
Comment 2 2011-12-08 21:08:45 PST
It compiles successfully because there's a base version of protectVisibleTiles in LayerChromium and it's virtual. NonCompositedContentHost calls this function.
James Robinson
Comment 3 2011-12-08 21:36:11 PST
Comment on attachment 118524 [details] Patch I agree, pretty sure this is called and necessary.
Shawn Singh
Comment 4 2011-12-08 23:32:39 PST
ok cool, thanks anyway.
Note You need to log in before you can comment on or make changes to this bug.