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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontDataCache.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/FontDataCache.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontDataCache.h b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
index 9dabed8711bc6b1d713b62efc43eec731b4f2167..bb110330d98aa8ab0d9de9a1b2c4848be3c850ee 100644
--- a/third_party/WebKit/Source/platform/fonts/FontDataCache.h
+++ b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
@@ -79,7 +79,8 @@ class FontDataCache {
void release(const SimpleFontData*);
// This is used by FontVerticalDataCache to mark all items with vertical data
- // that are currently in cache as "in cache", which is later used to sweep the FontVerticalDataCache.
+ // that are currently in cache as "in cache", which is later used to sweep the
+ // FontVerticalDataCache.
void markAllVerticalData();
// Purges items in FontDataCache according to provided severity.
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/FontData.h ('k') | third_party/WebKit/Source/platform/fonts/FontDataCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698