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

Unified Diff: third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format 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
« no previous file with comments | « third_party/WebKit/Source/core/css/HashTools.h ('k') | third_party/WebKit/Source/core/css/MediaList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp
diff --git a/third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp b/third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp
index cda351d8ddc19f41043aee79651640df79a76033..f1bc448088338d6f674417ea1fd2ae98f4610fd3 100644
--- a/third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp
+++ b/third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp
@@ -19,7 +19,8 @@ bool LocalFontFaceSource::isLocalFontAvailable(
PassRefPtr<SimpleFontData> LocalFontFaceSource::createFontData(
const FontDescription& fontDescription) {
- // We don't want to check alternate font family names here, so pass true as the checkingAlternateName parameter.
+ // We don't want to check alternate font family names here, so pass true as
+ // the checkingAlternateName parameter.
RefPtr<SimpleFontData> fontData =
FontCache::fontCache()->getFontData(fontDescription, m_fontName, true);
m_histograms.record(fontData.get());
« no previous file with comments | « third_party/WebKit/Source/core/css/HashTools.h ('k') | third_party/WebKit/Source/core/css/MediaList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698