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

Unified Diff: third_party/WebKit/public/platform/linux/WebFontRenderStyle.h

Issue 1945473002: Break dependencies of browser -> blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android filter Created 4 years, 8 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/public/platform/linux/WebFontRenderStyle.h
diff --git a/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h b/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
index 765774ae8b023b4ed209000795ed0bccf4306ee9..471070054888eccdbcbfa5001e02ac0b14ff4b1d 100644
--- a/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
+++ b/third_party/WebKit/public/platform/linux/WebFontRenderStyle.h
@@ -50,7 +50,7 @@ struct BLINK_EXPORT WebFontRenderStyle {
char useSubpixelRendering; // use subpixel rendering (partially-filled pixels)
char useSubpixelPositioning; // use subpixel positioning (fractional X positions for glyphs)
-#if BLINK_IMPLEMENTATION || BLINK_PLATFORM_IMPLEMENTATION
+#if BLINK_IMPLEMENTATION || BLINK_PLATFORM_IMPLEMENTATION || BLINK_COMMON_IMPLEMENTATION
// Translates the members of this struct to a FontRenderStyle
void toFontRenderStyle(FontRenderStyle*);
#endif

Powered by Google App Engine
This is Rietveld 408576698