Update old tools to allow MultiPictureDraw rendering
I'll post a separate patch for nanobench and dm
Review URL: https://codereview.chromium.org/639013003
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
index b03b8f3..59bfcca 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -356,7 +356,7 @@
return;
}
- renderer->init(pict, NULL, NULL, NULL, false);
+ renderer->init(pict, NULL, NULL, NULL, false, false);
renderer->setup();
renderer->render();