Bug 112268 - [TexMap] Painting into area of composited tile not cleared
Summary: [TexMap] Painting into area of composited tile not cleared
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 09:42 PDT by Allan Sandfeld Jensen
Modified: 2013-03-14 04:28 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2013-03-13 09:46 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-03-13 09:42:34 PDT
In the test  ManualTests/scrollbars/scrollbars-in-composited-layers.html, the box-shadow will become darker and darker when the scrollbar is used. This is due to a mismatch of what area of the tile is cleared and what is painting, since paintGraphicsLayerContents does not enforce clipping.
Comment 1 Allan Sandfeld Jensen 2013-03-13 09:46:29 PDT
Created attachment 192938 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2013-03-14 04:28:51 PDT
Comment on attachment 192938 [details]
Patch

Clearing flags on attachment: 192938

Committed r145803: <http://trac.webkit.org/changeset/145803>
Comment 3 Allan Sandfeld Jensen 2013-03-14 04:28:56 PDT
All reviewed patches have been landed.  Closing bug.