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

Unified Diff: third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.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/linux/FontRenderStyle.h
diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h
index 23bf3bdfc9133612a6aacbb6612a94fb0be36a85..24e08e2b28cb58364f364ff839300c7268d6b099 100644
--- a/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h
+++ b/third_party/WebKit/Source/platform/fonts/linux/FontRenderStyle.h
@@ -83,10 +83,10 @@ struct FontRenderStyle {
char useHinting; // hint glyphs to the pixel grid
char hintStyle; // level of hinting, 0..3
char useAntiAlias; // antialias glyph shapes
- char
- useSubpixelRendering; // use subpixel rendering (partially-filled pixels)
- char
- useSubpixelPositioning; // use subpixel positioning (fractional X positions for glyphs)
+ // use subpixel rendering (partially-filled pixels)
+ char useSubpixelRendering;
+ // use subpixel positioning (fractional X positions for glyphs)
+ char useSubpixelPositioning;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698