RESOLVED DUPLICATE of bug 82564 81723
[Chromium] compositing/culling/clear-fixed-iframe.html fails when per-tile painting is used.
https://bugs.webkit.org/show_bug.cgi?id=81723
Summary [Chromium] compositing/culling/clear-fixed-iframe.html fails when per-tile pa...
David Reveman
Reported 2012-03-20 17:35:55 PDT
run_webkit_tests.sh --per-tile-painting --platform=chromium compositing/culling/clear-fixed-iframe.html I haven't investigated what's going on but I suspect it's culling problem.
Attachments
Dana Jansens
Comment 1 2012-03-20 20:49:41 PDT
Fixed a culling bug here https://bugs.webkit.org/show_bug.cgi?id=81730 if there are rendersurfaces involved.
Dana Jansens
Comment 2 2012-03-28 14:23:14 PDT
Well I've tracked it down so far to the SkPictureRecord class. saveLayer() isn't making something that gets exposed via the LayerIter. So the paint tracker has no idea that the current paint is being modified by a "transparencyLayer".
Dana Jansens
Comment 3 2012-03-28 20:20:34 PDT
*** This bug has been marked as a duplicate of bug 82564 ***
Note You need to log in before you can comment on or make changes to this bug.