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

Unified Diff: include/core/SkUtils.h

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
« no previous file with comments | « no previous file | src/core/SkBitmapSampler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkUtils.h
diff --git a/include/core/SkUtils.h b/include/core/SkUtils.h
index 66655d44f36f267501c1bbb2fa23d47798d13267..f4edf6de93c9ac7abb4c0a78f7f48dbea7587b74 100644
--- a/include/core/SkUtils.h
+++ b/include/core/SkUtils.h
@@ -126,8 +126,6 @@ public:
SkAutoMemoryUsageProbe(const char label[]);
~SkAutoMemoryUsageProbe();
private:
- const char* fLabel;
scroggo 2013/03/24 14:58:01 I wonder if we should just #if 0 or remove the ent
- size_t fBytesAllocated;
};
#endif
« no previous file with comments | « no previous file | src/core/SkBitmapSampler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698