aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-04 14:28:31 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-04 14:28:32 -0700
commit2b2810b4eb423cc6a368b5f8b011a3508fef7a63 (patch)
tree684c6f7e2380f0a91b348f4eff8fbd3fb9dd4f21 /include
parent47f8556e3f5565676838f293da517f068c61d32b (diff)
all dumpcanvas to be built in release
Diffstat (limited to 'include')
-rw-r--r--include/utils/SkDumpCanvas.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h
index 2cf37c3b8c..35d694eedb 100644
--- a/include/utils/SkDumpCanvas.h
+++ b/include/utils/SkDumpCanvas.h
@@ -1,17 +1,15 @@
-
/*
* Copyright 2011 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
#ifndef SkDumpCanvas_DEFINED
#define SkDumpCanvas_DEFINED
#include "SkCanvas.h"
-#ifdef SK_DEBUG
-
/** This class overrides all the draw methods on SkCanvas, and formats them
as text, and then sends that to a Dumper helper object.
@@ -164,5 +162,3 @@ private:
};
#endif
-
-#endif