RESOLVED FIXED 117308
[CSS Shapes] Rename updateLineBoundariesForExclusions to updateLineBoundariesForShapes
https://bugs.webkit.org/show_bug.cgi?id=117308
Summary [CSS Shapes] Rename updateLineBoundariesForExclusions to updateLineBoundaries...
Zoltan Horvath
Reported 2013-06-06 10:33:04 PDT
We have a standalone specification for CSS Shapes now: ​http://dev.w3.org/csswg/css-shapes/ so this change renames updateLineBoundariesForExclusions to updateLineBoundariesForShapes.
Attachments
proposed patch (3.77 KB, patch)
2013-06-06 10:36 PDT, Zoltan Horvath
achicu: review+
achicu: commit-queue-
Zoltan Horvath
Comment 1 2013-06-06 10:36:23 PDT
Created attachment 203949 [details] proposed patch
Alexandru Chiculita
Comment 2 2013-06-06 14:53:14 PDT
Comment on attachment 203949 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=203949&action=review > Source/WebCore/rendering/RenderBlock.h:1087 > + void updateLineBoundariesForShapes(ExclusionShapeInsideInfo*, LayoutUnit&, LineLayoutState&, bool&); nit: the name is a little confusing. what about updateShapeAndSegmentsForCurrentLine ?
Zoltan Horvath
Comment 3 2013-06-06 15:49:22 PDT
(In reply to comment #2) > nit: the name is a little confusing. what about updateShapeAndSegmentsForCurrentLine ? Thanks for the review! Updated and landed in: http://trac.webkit.org/changeset/151295
Note You need to log in before you can comment on or make changes to this bug.