| Index: debugger/QT/SkDebuggerGUI.cpp
|
| diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
|
| index 4901d6238946ed17463f1e0b1de552d3ba76eb31..59bfcca5feaf3cad751b731f2ced02c36f1b0027 100644
|
| --- a/debugger/QT/SkDebuggerGUI.cpp
|
| +++ b/debugger/QT/SkDebuggerGUI.cpp
|
| @@ -689,7 +689,8 @@
|
| fCanvasWidget.drawTo(currentRow);
|
| fImageWidget.draw();
|
| }
|
| - const SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(currentRow);
|
| + SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(
|
| + currentRow);
|
|
|
| /* TODO(chudy): Add command type before parameters. Rename v
|
| * to something more informative. */
|
|
|