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

Unified Diff: sky/engine/core/css/FontSize.h

Issue 711203002: Remove zoom() and effectiveZoom(). (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « sky/engine/core/css/CSSValuePool.cpp ('k') | sky/engine/core/css/FontSize.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/FontSize.h
diff --git a/sky/engine/core/css/FontSize.h b/sky/engine/core/css/FontSize.h
index a864114419e9bd87da50201fb01054c4cbb63236..32200c99ee018abaa3d8b80fc0296dfddfdc5ab3 100644
--- a/sky/engine/core/css/FontSize.h
+++ b/sky/engine/core/css/FontSize.h
@@ -38,7 +38,7 @@ private:
}
public:
- static float getComputedSizeFromSpecifiedSize(const Document*, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontFize);
+ static float getComputedSizeFromSpecifiedSize(const Document*, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontFize);
// Given a CSS keyword in the range (xx-small to -webkit-xxx-large), this function will return
// the correct font size scaled relative to the user's default (medium).
« no previous file with comments | « sky/engine/core/css/CSSValuePool.cpp ('k') | sky/engine/core/css/FontSize.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698