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

Unified Diff: Source/core/rendering/style/RenderStyle.h

Issue 721773002: Build animated font properties through FontBuilder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove body tags. Created 6 years, 1 month 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/core/css/resolver/AnimatedStyleBuilder.cpp ('k') | Source/core/rendering/style/RenderStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/RenderStyle.h
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
index 1006d882fcb4c47ebf3510feb6f2f2369696f98f..fca8232a8258f9dbe186036d172c0385094eb67e 100644
--- a/Source/core/rendering/style/RenderStyle.h
+++ b/Source/core/rendering/style/RenderStyle.h
@@ -1108,16 +1108,8 @@ public:
void setTableLayout(ETableLayout v) { noninherited_flags.tableLayout = v; }
bool setFontDescription(const FontDescription&);
- // Only used for blending font sizes when animating and for text autosizing.
- void setFontSize(float);
- void setFontStretch(FontStretch);
- void setFontWeight(FontWeight);
- void setTextAutosizingMultiplier(float v)
- {
- SET_VAR(inherited, textAutosizingMultiplier, v);
- setFontSize(fontDescription().specifiedSize());
- }
+ void setTextAutosizingMultiplier(float);
void setColor(const Color&);
void setTextIndent(const Length& v) { SET_VAR(rareInheritedData, indent, v); }
« no previous file with comments | « Source/core/css/resolver/AnimatedStyleBuilder.cpp ('k') | Source/core/rendering/style/RenderStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698