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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontPlatformData.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/FontPlatformData.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
index ad96600d1bdc1c40ed975cb900170e2450e6c490..a80e1ddbffdeb5160cb22286f5315c6007eb5ecd 100644
--- a/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
+++ b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
@@ -151,7 +151,8 @@ class PLATFORM_EXPORT FontPlatformData {
PassRefPtr<SharedBuffer> openTypeTable(SkFontTableTag) const;
#if OS(LINUX) || OS(ANDROID)
- // The returned styles are all actual styles without FontRenderStyle::NoPreference.
+ // The returned styles are all actual styles without
+ // FontRenderStyle::NoPreference.
const FontRenderStyle& getFontRenderStyle() const { return m_style; }
#endif
void setupPaint(SkPaint*, float deviceScaleFactor = 1, const Font* = 0) const;
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/FontOrientation.h ('k') | third_party/WebKit/Source/platform/fonts/FontSelector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698