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

Unified Diff: src/core/SkUtils.cpp

Issue 12915007: Fix a few clang errors while trying to build tools target. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 9 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: src/core/SkUtils.cpp
diff --git a/src/core/SkUtils.cpp b/src/core/SkUtils.cpp
index 1af64c2aea4ded5d0ff87bc91cce2601ad94a524..78ee49356056600b89d4c02e587d582adeada1a8 100644
--- a/src/core/SkUtils.cpp
+++ b/src/core/SkUtils.cpp
@@ -406,8 +406,7 @@ static int round_to_K(size_t bytes) {
}
#endif
-SkAutoMemoryUsageProbe::SkAutoMemoryUsageProbe(const char label[])
- : fLabel(label) {
+SkAutoMemoryUsageProbe::SkAutoMemoryUsageProbe(const char label[]) {
#if 0
struct mallinfo mi = mallinfo();

Powered by Google App Engine
This is Rietveld 408576698