Bug 66074
Summary: | [chromium] Refactor UpdateCompositorResources to act on compositor thread layer tree | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adrienne Walker <enne> |
Component: | WebCore Misc. | Assignee: | Adrienne Walker <enne> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | enne |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Adrienne Walker
Currently the update compositor resources path in LayerRendererChromium walks down the LayerChromium tree. This needs to walk down the CCLayer tree instead, because that's where the compositor resources will be updated from.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrienne Walker
After some discussion, this isn't necessary for splitting the tiler if we assume that uploads happen during the commit phase of the compositor rather than post-commit.