aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-15 20:37:04 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-15 20:37:04 +0000
commit4e23068b374023d43c4c725138d523721d975892 (patch)
tree21ed906fac0e47f766a7a36f55c2a4c9d95ed6b3 /gm
parent9222838fe650a221a9b5e9400f33f46c9ae43eda (diff)
Re-enable inst counting in debug builds.
R=robertphillips@google.com Review URL: https://codereview.appspot.com/7098066 git-svn-id: http://skia.googlecode.com/svn/trunk@7206 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r--gm/gmmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index 964bafa9ad..573c9dce78 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -959,7 +959,7 @@ template <typename T> void appendUnique(SkTDArray<T>* array, const T& value) {
int tool_main(int argc, char** argv);
int tool_main(int argc, char** argv) {
-#ifdef SK_ENABLE_INST_COUNT
+#if SK_ENABLE_INST_COUNT
gPrintInstCount = true;
#endif