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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@254729 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 433a2b8..6ee2a31 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2020-01-16  Fujii Hironori  <Hironori.Fujii@sony.com>
+
+        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.
+
 2020-01-16  Ryosuke Niwa  <rniwa@webkit.org>
 
         REGRESSION (r251110): Crash on https://developer.apple.com/tutorials/swiftui/creating-and-combining-views
diff --git a/Source/WebCore/platform/graphics/win/ComplexTextControllerUniscribe.cpp b/Source/WebCore/platform/graphics/win/ComplexTextControllerUniscribe.cpp
index 468f67df..08e8524 100644
--- a/Source/WebCore/platform/graphics/win/ComplexTextControllerUniscribe.cpp
+++ b/Source/WebCore/platform/graphics/win/ComplexTextControllerUniscribe.cpp
@@ -171,10 +171,6 @@
                 offsetY = roundf(offsetY);
             }
 
-            // FIXME: We need to take the GOFFSETS for combining glyphs and store them in the glyph buffer
-            // as well, so that when the time comes to draw those glyphs, we can apply the appropriate
-            // translation.
-
             baseAdvances.uncheckedAppend({ advance, 0 });
             origins.uncheckedAppend({ offsetX, offsetY });
         }