RESOLVED FIXED Bug 77236
[chromium] Don't ever skip drawing the non-composited content layer
https://bugs.webkit.org/show_bug.cgi?id=77236
Summary [chromium] Don't ever skip drawing the non-composited content layer
Adrienne Walker
Reported 2012-01-27 12:46:38 PST
[chromium] Don't ever skip drawing the non-composited content layer
Attachments
Patch (5.52 KB, patch)
2012-01-27 12:52 PST, Adrienne Walker
no flags
Adrienne Walker
Comment 1 2012-01-27 12:52:39 PST
Adrienne Walker
Comment 2 2012-01-27 12:55:52 PST
I considered the option of always reserving the root layer tiles first, but I think this would cause bad behavior in the case of a large layer that covers the entire root layer, where all that texture memory would get reserved but none of it is actually in use. So, instead, I felt like maybe just always checkerboarding the root layer might be a better solution.
James Robinson
Comment 3 2012-01-27 13:10:35 PST
Comment on attachment 124355 [details] Patch R=me. At least with this we won't blue out
WebKit Review Bot
Comment 4 2012-01-27 15:24:08 PST
Comment on attachment 124355 [details] Patch Clearing flags on attachment: 124355 Committed r106160: <http://trac.webkit.org/changeset/106160>
WebKit Review Bot
Comment 5 2012-01-27 15:24:12 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.