aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/QT')
-rw-r--r--debugger/QT/SkDebuggerGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
index f5c78d6ead..a03c87876d 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -577,7 +577,7 @@ void SkDebuggerGUI::loadPicture(QString fileName) {
SkPicture* picture = new SkPicture(stream);
fCanvasWidget.resetWidgetTransform();
fDebugger.loadPicture(picture);
- fCanvasWidget.drawTo(fDebugger.index());
+
SkSafeUnref(stream);
SkSafeUnref(picture);