[Webkit-unassigned] [Bug 126206] Make clipping path from basic-shapes relative to <box> value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 6 11:20:27 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126206


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #220246|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-01-06 11:18:13 PST ---
(From update of attachment 220246)
View in context: https://bugs.webkit.org/attachment.cgi?id=220246&action=review

> Source/WebCore/rendering/RenderLayer.cpp:3919
> +    if (!rootRelativeBoundsComputed) {
> +        rootRelativeBounds = calculateLayerBounds(paintingInfo.rootLayer, &offsetFromRoot, 0);
> +        rootRelativeBoundsComputed = true;
> +    }

Why did you move this? The changes below don't seem to require it to be moved.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list