summaryrefslogtreecommitdiff
path: root/third_party/skia_shared/SkFloatToDecimal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/skia_shared/SkFloatToDecimal.cpp')
-rw-r--r--third_party/skia_shared/SkFloatToDecimal.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/skia_shared/SkFloatToDecimal.cpp b/third_party/skia_shared/SkFloatToDecimal.cpp
index ac24a11e91..1f99990b8f 100644
--- a/third_party/skia_shared/SkFloatToDecimal.cpp
+++ b/third_party/skia_shared/SkFloatToDecimal.cpp
@@ -48,6 +48,8 @@ static double pow10(int e) {
}
}
+namespace pdfium {
+namespace skia {
/** Write a string into result, includeing a terminating '\0' (for
unit testing). Return strlen(result) (for SkWStream::write) The
resulting string will be in the form /[-]?([0-9]*.)?[0-9]+/ and
@@ -172,3 +174,5 @@ unsigned SkFloatToDecimal(float value, char result[kMaximumSkFloatToDecimalLengt
*output = '\0';
return static_cast<unsigned>(output - result);
}
+} // namespace skia
+} // namespace pdfium