diff options
Diffstat (limited to 'skia/sgl/SkUtils.cpp')
-rw-r--r-- | skia/sgl/SkUtils.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/skia/sgl/SkUtils.cpp b/skia/sgl/SkUtils.cpp index 94834fd..4f5ba6ea 100644 --- a/skia/sgl/SkUtils.cpp +++ b/skia/sgl/SkUtils.cpp @@ -1,6 +1,6 @@ /* libs/graphics/sgl/SkUtils.cpp ** -** Copyright 2006, Google Inc. +** Copyright 2006, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -427,12 +427,10 @@ 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) |