Chromium Code Reviews| Index: debugger/SkDebugger.h |
| diff --git a/debugger/SkDebugger.h b/debugger/SkDebugger.h |
| index 53b480a28d12b0a3fbcccacd2eccee22a99f446e..5359b10fe96bbdc57ffb8d1fc6c5d806bff8033e 100644 |
| --- a/debugger/SkDebugger.h |
| +++ b/debugger/SkDebugger.h |
| @@ -79,7 +79,7 @@ |
| return fDebugCanvas->getCommandAtPoint(x, y, index); |
| } |
| - SkTDArray<SkString*>* getCommandInfo(int index) { |
| + const SkTDArray<SkString*>* getCommandInfo(int index) const { |
| return fDebugCanvas->getCommandInfo(index); |
| } |