Bug 75329 - [chromium] Make tiled layer's tiler always exist
Summary: [chromium] Make tiled layer's tiler always exist
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: Adrienne Walker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-28 16:00 PST by Adrienne Walker
Modified: 2012-01-03 10:48 PST (History)
6 users (show)

See Also:


Attachments
Patch (17.29 KB, patch)
2011-12-28 16:04 PST, Adrienne Walker
jamesr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 2011-12-28 16:00:40 PST
[chromium] Make tiled layer's tiler always exist
Comment 1 Adrienne Walker 2011-12-28 16:04:41 PST
Created attachment 120706 [details]
Patch
Comment 2 Adrienne Walker 2011-12-28 16:07:24 PST
This is a refactoring that I ended up doing to fix bug 56591 and wanted to land separately.  That bug would introduce some additional CCLayerTilingData members that I didn't want to also shadow in TiledLayerChromium and then have to remember to set again whenever the tiler got recreated.

I think this ends up being much cleaner.
Comment 3 James Robinson 2012-01-02 19:40:25 PST
Comment on attachment 120706 [details]
Patch

Cool! R=me
Comment 4 Adrienne Walker 2012-01-03 10:48:22 PST
Committed r103944: <http://trac.webkit.org/changeset/103944>