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

Unified Diff: Source/core/layout/svg/SVGTextLayoutAttributes.cpp

Issue 1129333004: Inline SVGTextLayoutAttributes::emptyValue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months 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: Source/core/layout/svg/SVGTextLayoutAttributes.cpp
diff --git a/Source/core/layout/svg/SVGTextLayoutAttributes.cpp b/Source/core/layout/svg/SVGTextLayoutAttributes.cpp
index 21bcf95c04fda255f3a11f88c99a1bf8ce31fab8..c10f5b0b0afe30463a9f02cbba3d45373560a664 100644
--- a/Source/core/layout/svg/SVGTextLayoutAttributes.cpp
+++ b/Source/core/layout/svg/SVGTextLayoutAttributes.cpp
@@ -33,10 +33,4 @@ void SVGTextLayoutAttributes::clear()
m_textMetricsValues.clear();
}
-float SVGTextLayoutAttributes::emptyValue()
-{
- static float s_emptyValue = std::numeric_limits<float>::max() - 1;
- return s_emptyValue;
-}
-
}
« no previous file with comments | « Source/core/layout/svg/SVGTextLayoutAttributes.h ('k') | Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698