aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkShader.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-15 20:17:47 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-15 20:17:47 +0000
commit76f9e938df0b5826fd4c80b854ceafaf385cfbe1 (patch)
tree5e72265c6e177791a1fff149763308454c958429 /include/core/SkShader.h
parent06b8a19b5693a352cabe8e624469e67e335bc369 (diff)
Added print out of SkShader information to debugger
Diffstat (limited to 'include/core/SkShader.h')
-rw-r--r--include/core/SkShader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index d5945afdd7..899e3b6122 100644
--- a/include/core/SkShader.h
+++ b/include/core/SkShader.h
@@ -341,6 +341,8 @@ public:
static SkShader* CreateBitmapShader(const SkBitmap& src,
TileMode tmx, TileMode tmy);
+ SkDEVCODE(virtual void toString(SkString* str) const;)
+
protected:
enum MatrixClass {
kLinear_MatrixClass, // no perspective