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

Unified Diff: Source/core/layout/style/LayoutStyle.h

Issue 943463002: Initial implementation of font-size-adjust (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ExpectedResultForLinuxIsUpdated Created 5 years, 10 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: Source/core/layout/style/LayoutStyle.h
diff --git a/Source/core/layout/style/LayoutStyle.h b/Source/core/layout/style/LayoutStyle.h
index 1f8bb37fc20bc8499c44a1dbc988074754e14a18..ee9a8f50118e1ed4da28ceba02e459aa032aed12 100644
--- a/Source/core/layout/style/LayoutStyle.h
+++ b/Source/core/layout/style/LayoutStyle.h
@@ -547,6 +547,8 @@ public:
float specifiedFontSize() const;
float computedFontSize() const;
int fontSize() const;
+ float fontSizeAdjust() const;
+ bool hasFontSizeAdjust() const;
FontWeight fontWeight() const;
FontStretch fontStretch() const;

Powered by Google App Engine
This is Rietveld 408576698