summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralancutter <alancutter@chromium.org>2016-02-06 01:34:59 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-06 09:35:58 +0000
commit368b922a73105f6af17f5a3d6729a67bab31bc1c (patch)
tree13a37f329830a49580cd6b3812d02c919ce5f8e0
parentc52d92eddf8d2ff39027c0fbfd397344fbb90803 (diff)
downloadchromium_src-368b922a73105f6af17f5a3d6729a67bab31bc1c.zip
chromium_src-368b922a73105f6af17f5a3d6729a67bab31bc1c.tar.gz
chromium_src-368b922a73105f6af17f5a3d6729a67bab31bc1c.tar.bz2
Correct FontFize typo
Review URL: https://codereview.chromium.org/1675463002 Cr-Commit-Position: refs/heads/master@{#374025}
-rw-r--r--third_party/WebKit/Source/core/css/FontSize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/core/css/FontSize.h b/third_party/WebKit/Source/core/css/FontSize.h
index 5be4149..89b777b 100644
--- a/third_party/WebKit/Source/core/css/FontSize.h
+++ b/third_party/WebKit/Source/core/css/FontSize.h
@@ -29,12 +29,12 @@ namespace blink {
class Document;
-enum ESmartMinimumForFontSize { DoNotUseSmartMinimumForFontSize, UseSmartMinimumForFontFize };
+enum ESmartMinimumForFontSize { DoNotUseSmartMinimumForFontSize, UseSmartMinimumForFontSize };
class FontSize {
STATIC_ONLY(FontSize);
public:
- static float getComputedSizeFromSpecifiedSize(const Document*, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontFize);
+ static float getComputedSizeFromSpecifiedSize(const Document*, float zoomFactor, bool isAbsoluteSize, float specifiedSize, ESmartMinimumForFontSize = UseSmartMinimumForFontSize);
// Given a CSS keyword in the range (xx-small to -webkit-xxx-large), this function returns
// values from '1' to '8'.