aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/SkDebugCanvas.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-11 22:53:11 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-11 22:53:11 +0000
commitfebc0ec41b4cff6ea69f2b89d72c0d330d198283 (patch)
tree1abf2edbdde7b572077ee45e405ee3526599ea36 /debugger/SkDebugCanvas.h
parent512977aead6e6b7483a4cb4866b3df435ca78214 (diff)
Add misc. optimizations to filter tool
Diffstat (limited to 'debugger/SkDebugCanvas.h')
-rw-r--r--debugger/SkDebugCanvas.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/debugger/SkDebugCanvas.h b/debugger/SkDebugCanvas.h
index a29fe6a8a4..5afc7fca2f 100644
--- a/debugger/SkDebugCanvas.h
+++ b/debugger/SkDebugCanvas.h
@@ -91,6 +91,12 @@ public:
Returns the vector of draw commands
*/
const SkTDArray<SkDrawCommand*>& getDrawCommands() const;
+
+ /**
+ Returns the vector of draw commands. Do not use this entry
+ point - it is going away!
+ */
+ SkTDArray<SkDrawCommand*>& getDrawCommands();
/**
* Returns the string vector of draw commands