Bug 100811 - [CSS Exclusions] Optimize style change for shape outside info to do deep equals
Summary: [CSS Exclusions] Optimize style change for shape outside info to do deep equals
Status: RESOLVED DUPLICATE of bug 92164
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bem Jones-Bey
URL: http://dev.w3.org/csswg/css3-exclusions/
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-30 21:36 PDT by Bem Jones-Bey
Modified: 2013-02-12 15:07 PST (History)
5 users (show)

See Also:


Attachments
Patch to update comment (1.67 KB, patch)
2013-02-12 14:55 PST, Bem Jones-Bey
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bem Jones-Bey 2012-10-30 21:36:01 PDT
Doing a deep equality comparison in RenderBox::updateExclusionShapeOutsideInfoAfterStyleChange will make it so that it does not have to recreate the shape in as many situations.
Comment 1 Bear Travis 2012-11-05 10:55:05 PST
I think this is a dupe of bug 92164
Comment 2 Bem Jones-Bey 2013-02-12 14:55:24 PST
Created attachment 187942 [details]
Patch to update comment

You're right, it is a dup. Updating the comment in the code to point to bug 92164.
Comment 3 Nico Weber 2013-02-12 15:07:30 PST
I think it's enough to just mark the bug as dupe. The 3 people who follow the link from the bug can just click through.

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