summaryrefslogtreecommitdiffstats
path: root/skia/sgl/SkUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'skia/sgl/SkUtils.cpp')
-rw-r--r--skia/sgl/SkUtils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/skia/sgl/SkUtils.cpp b/skia/sgl/SkUtils.cpp
index d541a1d..94834fd 100644
--- a/skia/sgl/SkUtils.cpp
+++ b/skia/sgl/SkUtils.cpp
@@ -427,10 +427,12 @@ size_t SkUTF16_ToUTF8(const uint16_t utf16[], int numberOf16BitValues, char utf8
#include <stdlib.h>
+#if 0
static int round_to_K(size_t bytes)
{
return (bytes + 512) >> 10;
}
+#endif
SkAutoMemoryUsageProbe::SkAutoMemoryUsageProbe(const char label[])
: fLabel(label)