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

Unified Diff: sky/engine/core/css/resolver/FontBuilder.h

Issue 788883005: Remove REM units. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: sky/engine/core/css/resolver/FontBuilder.h
diff --git a/sky/engine/core/css/resolver/FontBuilder.h b/sky/engine/core/css/resolver/FontBuilder.h
index 290e0c47b0382c194b3e0ded4d4abeb1fe88b14d..811b246952bbabdccd1bb51fb7ec6a059b049723 100644
--- a/sky/engine/core/css/resolver/FontBuilder.h
+++ b/sky/engine/core/css/resolver/FontBuilder.h
@@ -59,7 +59,7 @@ public:
void setFontSizeInitial();
void setFontSizeInherit(const FontDescription&);
- void setFontSizeValue(CSSValue*, RenderStyle* parentStyle, const RenderStyle* rootElementStyle);
+ void setFontSizeValue(CSSValue*, RenderStyle* parentStyle);
void setWeight(FontWeight);
void setStretch(FontStretch);
« no previous file with comments | « sky/engine/core/css/resolver/ElementResolveContext.cpp ('k') | sky/engine/core/css/resolver/FontBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698