Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1018f0121a72ede441e51313db35128e7bcf9c67
      
https://github.com/WebKit/WebKit/commit/1018f0121a72ede441e51313db35128e7bcf9c67
  Author: Rob Buis <[email protected]>
  Date:   2026-06-06 (Sat, 06 Jun 2026)

  Changed paths:
    M Source/WebCore/style/values/masking/StyleClipPath.cpp
    M Source/WebCore/style/values/motion/StyleOffsetPath.cpp
    M Source/WebCore/style/values/shapes/StyleBasicShape.cpp
    M Source/WebCore/style/values/shapes/StyleBasicShape.h
    M Source/WebCore/style/values/shapes/StyleCircleFunction.cpp
    M Source/WebCore/style/values/shapes/StyleCircleFunction.h
    M Source/WebCore/style/values/shapes/StyleEllipseFunction.cpp
    M Source/WebCore/style/values/shapes/StyleEllipseFunction.h
    M Source/WebCore/style/values/shapes/StyleInsetFunction.cpp
    M Source/WebCore/style/values/shapes/StyleInsetFunction.h
    M Source/WebCore/style/values/shapes/StylePathFunction.cpp
    M Source/WebCore/style/values/shapes/StylePathFunction.h
    M Source/WebCore/style/values/shapes/StylePathOperationWrappers.cpp
    M Source/WebCore/style/values/shapes/StylePathOperationWrappers.h
    M Source/WebCore/style/values/shapes/StylePolygonFunction.cpp
    M Source/WebCore/style/values/shapes/StylePolygonFunction.h
    M Source/WebCore/style/values/shapes/StyleShapeFunction.cpp
    M Source/WebCore/style/values/shapes/StyleShapeFunction.h

  Log Message:
  -----------
  Make BasicShape evaluation take a FloatRect
https://bugs.webkit.org/show_bug.cgi?id=316438

Reviewed by Sam Weinig.

Make BasicShape evaluation take a FloatRect instead of
a TransformOperationData parameter to allow specifying the
containing block size, which is different for clip-path and offset-path.

* Source/WebCore/style/values/masking/StyleClipPath.cpp:
(WebCore::Style::AcceleratedEffectClipPath>::operator):
* Source/WebCore/style/values/motion/StyleOffsetPath.cpp:
(WebCore::Style::AcceleratedEffectOffsetPath>::operator):
* Source/WebCore/style/values/shapes/StyleBasicShape.cpp:
(WebCore::Style::AcceleratedEffectBasicShape>::operator):
* Source/WebCore/style/values/shapes/StyleBasicShape.h:
* Source/WebCore/style/values/shapes/StyleCircleFunction.cpp:
(WebCore::Style::AcceleratedEffectCircleFunction>::operator):
* Source/WebCore/style/values/shapes/StyleCircleFunction.h:
* Source/WebCore/style/values/shapes/StyleEllipseFunction.cpp:
(WebCore::Style::AcceleratedEffectEllipseFunction>::operator):
* Source/WebCore/style/values/shapes/StyleEllipseFunction.h:
* Source/WebCore/style/values/shapes/StyleInsetFunction.cpp:
(WebCore::Style::AcceleratedEffectInsetFunction>::operator):
* Source/WebCore/style/values/shapes/StyleInsetFunction.h:
* Source/WebCore/style/values/shapes/StylePathFunction.cpp:
(WebCore::Style::AcceleratedEffectPathFunction>::operator):
* Source/WebCore/style/values/shapes/StylePathFunction.h:
* Source/WebCore/style/values/shapes/StylePathOperationWrappers.cpp:
(WebCore::Style::AcceleratedEffectBasicShapePath>::operator):
* Source/WebCore/style/values/shapes/StylePathOperationWrappers.h:
* Source/WebCore/style/values/shapes/StylePolygonFunction.cpp:
(WebCore::Style::AcceleratedEffectPolygonFunction>::operator):
* Source/WebCore/style/values/shapes/StylePolygonFunction.h:
* Source/WebCore/style/values/shapes/StyleShapeFunction.cpp:
(WebCore::Style::AcceleratedEffectShapeFunction>::operator):
* Source/WebCore/style/values/shapes/StyleShapeFunction.h:

Canonical link: https://commits.webkit.org/314705@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to