Chromium Code Reviews

Unified Diff: Source/core/css/CSSPrimitiveValue.h

Issue 963733002: [svg2] Make 'width' and 'height' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline some EX tests [Mac Win] Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/svg/custom/pattern-excessive-malloc-expected.txt ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSPrimitiveValue.h
diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
index b63ba2f709283951ea877ce3dceca9c95d180132..f10b877e62b56163b9680e1d8f668a98f178eab8 100644
--- a/Source/core/css/CSSPrimitiveValue.h
+++ b/Source/core/css/CSSPrimitiveValue.h
@@ -166,6 +166,7 @@ public:
UOther
};
static UnitCategory unitCategory(UnitType);
+ static float clampToCSSLengthRange(double);
static void initUnitTable();
« no previous file with comments | « LayoutTests/svg/custom/pattern-excessive-malloc-expected.txt ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine