Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 26e12e7e19387fd8bbf91c6a8cdd605e849403c6
      
https://github.com/WebKit/WebKit/commit/26e12e7e19387fd8bbf91c6a8cdd605e849403c6
  Author: Vitor Roriz <vitor.ro...@apple.com>
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/FloatLine.h
    M Source/WebCore/platform/graphics/FloatRoundedRect.h
    M Source/WebCore/platform/graphics/GeneratedImage.h
    M Source/WebCore/platform/graphics/IntRect.h
    M Source/WebCore/platform/graphics/LayoutPoint.h
    M Source/WebCore/platform/graphics/LayoutRect.h
    M Source/WebCore/platform/graphics/LayoutSize.h
    M Source/WebCore/platform/graphics/PathTraversalState.cpp
    M Source/WebCore/platform/graphics/PathUtilities.cpp

  Log Message:
  -----------
  Prefer '= default' for constructors at WebCore/platform/graphics/
https://bugs.webkit.org/show_bug.cgi?id=275340
rdar://problem/129545769

Reviewed by Darin Adler.

We prefer to let the compiler generate default constructors
rather than explicitly defining it. This patch cleans up
specifically the constructors under WebCore/platform/graphics/

* Source/WebCore/platform/graphics/FloatLine.h:
* Source/WebCore/platform/graphics/FloatRoundedRect.h:
* Source/WebCore/platform/graphics/GeneratedImage.h:
(WebCore::GeneratedImage::GeneratedImage): Deleted.
* Source/WebCore/platform/graphics/IntRect.h:
* Source/WebCore/platform/graphics/LayoutPoint.h:
* Source/WebCore/platform/graphics/LayoutRect.h:
* Source/WebCore/platform/graphics/LayoutSize.h:
* Source/WebCore/platform/graphics/PathTraversalState.cpp:
* Source/WebCore/platform/graphics/PathUtilities.cpp:
(WebCore::FloatPointGraph::FloatPointGraph): Deleted.

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



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

Reply via email to