Bug 85455 - Compositing 'requiresOwnBackingStore' logic caused new clip rect assertions
Summary: Compositing 'requiresOwnBackingStore' logic caused new clip rect assertions
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: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-02 22:23 PDT by Simon Fraser (smfr)
Modified: 2012-05-10 14:49 PDT (History)
1 user (show)

See Also:


Attachments
Testcase (412 bytes, text/html)
2012-05-02 22:24 PDT, Simon Fraser (smfr)
no flags Details
Patch (2.00 KB, patch)
2012-05-03 13:25 PDT, Simon Fraser (smfr)
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-05-02 22:23:23 PDT
The logic added in r114283 causes some new assertions at ASSERT(rootLayer == m_clipRectsRoot);
Comment 1 Simon Fraser (smfr) 2012-05-02 22:24:55 PDT
Created attachment 139952 [details]
Testcase
Comment 2 Simon Fraser (smfr) 2012-05-03 13:25:21 PDT
Created attachment 140079 [details]
Patch
Comment 3 Tim Horton 2012-05-03 13:26:34 PDT
Comment on attachment 140079 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=140079&action=review

> Source/WebCore/ChangeLog:8
> +        r114283 added logic that allows compositing layres to avoid allocating their own

s/layres/layers/
Comment 4 Simon Fraser (smfr) 2012-05-03 13:33:05 PDT
http://trac.webkit.org/changeset/116003