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

Unified Diff: public/web/linux/WebFontRendering.h

Issue 570243002: Allow default font size changing on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/web/linux/WebFontRendering.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/linux/WebFontRendering.h
diff --git a/public/web/linux/WebFontRendering.h b/public/web/linux/WebFontRendering.h
index 34bc45cbead87783d00a9e5f29ed39c7b2859ef7..7aa6d2561d4adb892475cf4bae1ce94537f3aa38 100644
--- a/public/web/linux/WebFontRendering.h
+++ b/public/web/linux/WebFontRendering.h
@@ -49,6 +49,7 @@ public:
BLINK_EXPORT static void setSubpixelPositioning(bool);
BLINK_EXPORT static void setLCDOrder(SkFontHost::LCDOrder);
BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation);
+ BLINK_EXPORT static void setDefaultFontSize(int);
};
} // namespace blink
« no previous file with comments | « Source/web/linux/WebFontRendering.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698