[webkit-changes] [WebKit/WebKit] 5cf63a: FontSmoothingMode ignored by DrawGlyphsRecorder::d...

Don Olmstead noreply at github.com
Wed Feb 8 17:22:36 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5cf63afa5ae4929bf9d266ea110e5c01fb4f5a82
      https://github.com/WebKit/WebKit/commit/5cf63afa5ae4929bf9d266ea110e5c01fb4f5a82
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-02-08 (Wed, 08 Feb 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/win/DrawGlyphsRecorderWin.cpp

  Log Message:
  -----------
  FontSmoothingMode ignored by DrawGlyphsRecorder::drawGlyphs on Windows
https://bugs.webkit.org/show_bug.cgi?id=251955

Reviewed by Brent Fulgham.

Fix a typo in 232388 at main which used `m_smoothingMode` instead of the
`smoothingMode` parameter.

* Source/WebCore/platform/graphics/win/DrawGlyphsRecorderWin.cpp:

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




More information about the webkit-changes mailing list