Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 65a3cb0ce3177821ec9ab4b00e4000894093151b
      
https://github.com/WebKit/WebKit/commit/65a3cb0ce3177821ec9ab4b00e4000894093151b
  Author: Kimmo Kinnunen <[email protected]>
  Date:   2025-05-07 (Wed, 07 May 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/Path.cpp
    M Source/WebCore/platform/graphics/Path.h
    M Source/WebCore/platform/graphics/PathImpl.h
    M Source/WebCore/platform/graphics/PathStream.cpp
    M Source/WebCore/platform/graphics/PathStream.h

  Log Message:
  -----------
  WebCore::Path has unused single segment accessors
https://bugs.webkit.org/show_bug.cgi?id=292601
rdar://150753635

Reviewed by Simon Fraser.

Remove the unused functions.

* Source/WebCore/platform/graphics/Path.cpp:
(WebCore::Path::singleDataLine const):
(WebCore::Path::singleRect const): Deleted.
(WebCore::Path::singleRoundedRect const): Deleted.
(WebCore::Path::singleContinuousRoundedRect const): Deleted.
(WebCore::Path::singleArc const): Deleted.
(WebCore::Path::singleClosedArc const): Deleted.
(WebCore::Path::singleQuadCurve const): Deleted.
(WebCore::Path::singleBezierCurve const): Deleted.
* Source/WebCore/platform/graphics/Path.h:
* Source/WebCore/platform/graphics/PathImpl.h:
(WebCore::PathImpl::singleSegment const):
(WebCore::PathImpl::singleDataLine const): Deleted.
(WebCore::PathImpl::singleRect const): Deleted.
(WebCore::PathImpl::singleRoundedRect const): Deleted.
(WebCore::PathImpl::singleContinuousRoundedRect const): Deleted.
(WebCore::PathImpl::singleArc const): Deleted.
(WebCore::PathImpl::singleClosedArc const): Deleted.
(WebCore::PathImpl::singleQuadCurve const): Deleted.
(WebCore::PathImpl::singleBezierCurve const): Deleted.
* Source/WebCore/platform/graphics/PathStream.cpp:
(WebCore::PathStream::singleDataType const): Deleted.
(WebCore::PathStream::singleDataLine const): Deleted.
(WebCore::PathStream::singleRect const): Deleted.
(WebCore::PathStream::singleRoundedRect const): Deleted.
(WebCore::PathStream::singleContinuousRoundedRect const): Deleted.
(WebCore::PathStream::singleArc const): Deleted.
(WebCore::PathStream::singleClosedArc const): Deleted.
(WebCore::PathStream::singleQuadCurve const): Deleted.
(WebCore::PathStream::singleBezierCurve const): Deleted.
* Source/WebCore/platform/graphics/PathStream.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to