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

Unified Diff: third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp

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/linux/FontRenderStyle.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp
index 26e41bf99e42d86f8594abecf117edaa9ecc2b8c..18480a14a4e225417770f03d40b39e6b9c687b75 100644
--- a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp
+++ b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.cpp
@@ -55,7 +55,8 @@ FontRenderStyle FontRenderStyle::querySystem(const CString& family,
#if OS(ANDROID)
style.setDefaults();
#else
- // If the font name is missing (i.e. probably a web font) or the sandbox is disabled, use the system defaults.
+ // If the font name is missing (i.e. probably a web font) or the sandbox is
+ // disabled, use the system defaults.
if (!family.length() || !Platform::current()->sandboxSupport()) {
style.setDefaults();
} else {

Powered by Google App Engine
This is Rietveld 408576698