| Index: third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontSelector.h b/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| index 1c3f119d4df2f65df5283364353330af0fb1f150..e724a5c08cfdf595cae92daa5759839cffbec48a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontSelector.h
|
| @@ -44,7 +44,8 @@ class PLATFORM_EXPORT FontSelector : public FontCacheClient {
|
| virtual PassRefPtr<FontData> getFontData(const FontDescription&,
|
| const AtomicString& familyName) = 0;
|
|
|
| - // TODO crbug.com/542629 - The UChar32 variant of this method should go away after switching to complex text.
|
| + // TODO crbug.com/542629 - The UChar32 variant of this method should go away
|
| + // after switching to complex text.
|
| virtual void willUseFontData(const FontDescription&,
|
| const AtomicString& familyName,
|
| const String& text) = 0;
|
|
|