Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: third_party/WebKit/Source/platform/fonts/FontData.h

Issue 2386333002: reflow comments in platform/fonts (Closed)
Patch Set: comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/FontCache.cpp ('k') | third_party/WebKit/Source/platform/fonts/FontDataCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698