Changeset 254729 in webkit


Ignore:
Timestamp:
Jan 16, 2020 5:24:15 PM (4 years ago)
Author:
Fujii Hironori
Message:

Unreviewed removing a stale FIXME comment
https://bugs.webkit.org/show_bug.cgi?id=204884

Follows-up for r254323.

  • platform/graphics/win/ComplexTextControllerUniscribe.cpp:

(WebCore::ComplexTextController::collectComplexTextRunsForCharacters):
Removed a stale FIXME comment. This comment was added by r23154. r23199
fixed the issue.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r254722 r254729  
     12020-01-16  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        Unreviewed removing a stale FIXME comment
     4        https://bugs.webkit.org/show_bug.cgi?id=204884
     5
     6        Follows-up for r254323.
     7
     8        * platform/graphics/win/ComplexTextControllerUniscribe.cpp:
     9        (WebCore::ComplexTextController::collectComplexTextRunsForCharacters):
     10        Removed a stale FIXME comment. This comment was added by r23154. r23199
     11        fixed the issue.
     12
    1132020-01-16  Ryosuke Niwa  <rniwa@webkit.org>
    214
  • trunk/Source/WebCore/platform/graphics/win/ComplexTextControllerUniscribe.cpp

    r254323 r254729  
    172172            }
    173173
    174             // FIXME: We need to take the GOFFSETS for combining glyphs and store them in the glyph buffer
    175             // as well, so that when the time comes to draw those glyphs, we can apply the appropriate
    176             // translation.
    177 
    178174            baseAdvances.uncheckedAppend({ advance, 0 });
    179175            origins.uncheckedAppend({ offsetX, offsetY });
Note: See TracChangeset for help on using the changeset viewer.