aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-10-09 04:59:19 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-09 04:59:19 -0700
commit78c71272fb26852bf3d2ca31785e61d4a598af82 (patch)
tree0c31e62d2abe366f2f0127d201c4914ad28c885c /debugger
parent17bfe0d670678b705a08532008a6145c1fb69a63 (diff)
Update old tools to allow MultiPictureDraw rendering
I'll post a separate patch for nanobench and dm Review URL: https://codereview.chromium.org/639013003
Diffstat (limited to 'debugger')
-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 b03b8f3b16..59bfcca5fe 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -356,7 +356,7 @@ void SkDebuggerGUI::run(const SkPicture* pict,
return;
}
- renderer->init(pict, NULL, NULL, NULL, false);
+ renderer->init(pict, NULL, NULL, NULL, false, false);
renderer->setup();
renderer->render();