Index: third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
index 030f65bb501ebd75ead62e0cc62e2f1a89f43159..79e7b6158592da106a879dfbec76a2832fed04db 100644 |
--- a/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
+++ b/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h |
@@ -47,8 +47,9 @@ struct PLATFORM_EXPORT SimpleShaper : public Shaper { |
HashSet<const SimpleFontData*>* fallbackFonts = nullptr, |
FloatRect* = nullptr); |
- // TODO(sk.kumar): This function should be updated to take an unsigned value, and callers |
- // should be updated to not pass negative values. See: crbug.com/540047. |
+ // TODO(sk.kumar): This function should be updated to take an unsigned value, |
+ // and callers should be updated to not pass negative values. |
+ // See: crbug.com/540047. |
unsigned advance(int to, GlyphBuffer* = 0); |
bool advanceOneCharacter(float& width); |