RESOLVED FIXED Bug 89669
Rename CSS Exclusions CSSWrapShape class properties to match Exclusion shape function parameters
https://bugs.webkit.org/show_bug.cgi?id=89669
Summary Rename CSS Exclusions CSSWrapShape class properties to match Exclusion shape ...
Hans Muller
Reported 2012-06-21 09:31:01 PDT
The names of a few of the CSSWrapShape class properties are inconsistent with the corresponding CSS shape function parameters: CSSWrapShapeRectangle - left,top should be x, y CSSWrapShapeCircle - left,top should be centerX, centerY CSSWrapShapeEllipse - left,top should be centerX, centerY To precisely match the specification, radiusX,Y should be rx,y and centerX,Y should be cx,y. This change doesn't seem helpful.
Attachments
Patch (18.82 KB, patch)
2012-07-17 08:14 PDT, Hans Muller
no flags
Hans Muller
Comment 1 2012-07-17 08:14:00 PDT
Dirk Schulze
Comment 2 2012-07-17 08:21:51 PDT
Comment on attachment 152767 [details] Patch LGTM. r+
WebKit Review Bot
Comment 3 2012-07-17 09:55:10 PDT
Comment on attachment 152767 [details] Patch Clearing flags on attachment: 152767 Committed r122848: <http://trac.webkit.org/changeset/122848>
WebKit Review Bot
Comment 4 2012-07-17 09:55:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.