Index: src/utils/debugger/SkDebugCanvas.h |
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h |
index bdd04aa2db5cc904860541f3a631c2cfaad1b6fb..0beb64237f2c814466890d0dc71671910e4e4dc3 100644 |
--- a/src/utils/debugger/SkDebugCanvas.h |
+++ b/src/utils/debugger/SkDebugCanvas.h |
@@ -102,7 +102,7 @@ |
Returns information about the command at the given index. |
@param index The index of the command |
*/ |
- const SkTDArray<SkString*>* getCommandInfo(int index) const; |
+ SkTDArray<SkString*>* getCommandInfo(int index); |
/** |
Returns the visibility of the command at the given index. |