Bug 123108

Summary: Merge SVG renderers' styleWillChange() into styleDidChange().
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kling, kondapallykalyan, pdr, schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.