Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5cb9d01d4dd6832731502e5e14951d25da3dfe7d
      
https://github.com/WebKit/WebKit/commit/5cb9d01d4dd6832731502e5e14951d25da3dfe7d
  Author: Vitor Roriz <vitor.ro...@apple.com>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/FontCascade.cpp
    M Source/WebCore/platform/graphics/FontCascade.h

  Log Message:
  -----------
  Rename (again) *widthFor* functions in FontCascade keeping Simple/Complex 
names
https://bugs.webkit.org/show_bug.cgi?id=272831
<rdar://problem/126631132>

Reviewed by Fujii Hironori.

After our recent rename to these functions at 
31aadb040e324bd558d1b40cf825e1f7d6d153c2,
we got feedback requesting that we keep the "Simple"/"Complex"
names in the meaning, since it is consistently used along FontCascade.

* Source/WebCore/platform/graphics/FontCascade.cpp:
(WebCore::FontCascade::width const):
(WebCore::FontCascade::widthForSimpleText const):
(WebCore::FontCascade::widthForComplexText const):
(WebCore::FontCascade::offsetForPositionForSimpleText const):
(WebCore::FontCascade::widthForTextUsingWidthIterator const): Deleted.
(WebCore::FontCascade::widthForTextUsingComplexTextController const): Deleted.
* Source/WebCore/platform/graphics/FontCascade.h:

Canonical link: https://commits.webkit.org/277634@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