Bug 123108 - Merge SVG renderers' styleWillChange() into styleDidChange().
Summary: Merge SVG renderers' styleWillChange() into styleDidChange().
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: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-21 11:28 PDT by Andreas Kling
Modified: 2013-10-22 11:50 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.61 KB, patch)
2013-10-21 11:32 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-10-21 11:28:24 PDT
Merge SVG renderers' styleWillChange() into styleDidChange().
Comment 1 Andreas Kling 2013-10-21 11:32:18 PDT
Created attachment 214757 [details]
Patch
Comment 2 WebKit Commit Bot 2013-10-22 06:03:16 PDT
Comment on attachment 214757 [details]
Patch

Clearing flags on attachment: 214757

Committed r157787: <http://trac.webkit.org/changeset/157787>
Comment 3 WebKit Commit Bot 2013-10-22 06:03:20 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Philip Rogers 2013-10-22 11:49:05 PDT
This change didn't merge RenderSVGBlock's styleWillChange(). Was that intentional?
Comment 5 Andreas Kling 2013-10-22 11:50:28 PDT
(In reply to comment #4)
> This change didn't merge RenderSVGBlock's styleWillChange(). Was that intentional?

Oh! That was not intentional. I'm gonna do that too.