Bug 81723 - [Chromium] compositing/culling/clear-fixed-iframe.html fails when per-tile painting is used.
Summary: [Chromium] compositing/culling/clear-fixed-iframe.html fails when per-tile pa...
Status: RESOLVED DUPLICATE of bug 82564
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 17:35 PDT by David Reveman
Modified: 2012-03-28 20:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Reveman 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.
Comment 1 Dana Jansens 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.
Comment 2 Dana Jansens 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".
Comment 3 Dana Jansens 2012-03-28 20:20:34 PDT

*** This bug has been marked as a duplicate of bug 82564 ***