RESOLVED WONTFIX92290
[chromium] Refactor CCLayerTreeHostCommon: reduce root layer specialness part 2
https://bugs.webkit.org/show_bug.cgi?id=92290
Summary [chromium] Refactor CCLayerTreeHostCommon: reduce root layer specialness part 2
Shawn Singh
Reported 2012-07-25 13:50:06 PDT
https://bugs.webkit.org/show_bug.cgi?id=88953 removed the root layer specialness from the perspective of code outside calcDrawTransforms. It should be possible to reduce the specialness of the rootlayer inside calcDrawTransforms as well, reducing it to only one place where the contentBounds of the surface are set up to be deviceViewport instead of tightly bounding the drawableContentRect of layers.
Attachments
Shawn Singh
Comment 1 2012-10-26 10:36:11 PDT
This is work in progress on the chromium side now - http://codereview.chromium.org/11017044/
Note You need to log in before you can comment on or make changes to this bug.