Index: third_party/WebKit/Source/platform/fonts/FontData.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontData.h b/third_party/WebKit/Source/platform/fonts/FontData.h |
index c79427a205e61eda0b1102f084a9202e7cbc6b9c..984d4f62e3d3800ae09e2b6fede7275c9f9872b3 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontData.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontData.h |
@@ -49,7 +49,8 @@ class PLATFORM_EXPORT FontData : public RefCounted<FontData> { |
virtual const SimpleFontData* fontDataForCharacter(UChar32) const = 0; |
virtual bool isCustomFont() const = 0; |
virtual bool isLoading() const = 0; |
- // Returns whether this is a temporary font data for a custom font which is not yet loaded. |
+ // Returns whether this is a temporary font data for a custom font which is |
+ // not yet loaded. |
virtual bool isLoadingFallback() const = 0; |
virtual bool isSegmented() const = 0; |
virtual bool shouldSkipDrawing() const = 0; |