From 76f9e938df0b5826fd4c80b854ceafaf385cfbe1 Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Tue, 15 Jan 2013 20:17:47 +0000 Subject: Added print out of SkShader information to debugger https://codereview.appspot.com/7105045/ git-svn-id: http://skia.googlecode.com/svn/trunk@7201 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/utils/SkDumpCanvas.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/utils/SkDumpCanvas.h') diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h index 608ab01334..8d9c67d50d 100644 --- a/include/utils/SkDumpCanvas.h +++ b/include/utils/SkDumpCanvas.h @@ -10,6 +10,8 @@ #include "SkCanvas.h" +#ifdef SK_DEVELOPER + /** This class overrides all the draw methods on SkCanvas, and formats them as text, and then sends that to a Dumper helper object. @@ -155,3 +157,5 @@ private: }; #endif + +#endif -- cgit v1.2.3