Index: dm/DMReplayTask.cpp |
diff --git a/dm/DMReplayTask.cpp b/dm/DMReplayTask.cpp |
index 0ec9e250d9dad5353489184527a8478a527a71b9..af8669b7d11e1653dda2bd57e2a2ba9505acd93e 100644 |
--- a/dm/DMReplayTask.cpp |
+++ b/dm/DMReplayTask.cpp |
@@ -5,8 +5,8 @@ |
#include "SkCommandLineFlags.h" |
#include "SkPicture.h" |
-DEFINE_bool(replay, false, "If true, run picture replay tests."); |
-DEFINE_bool(rtree, false, "If true, run picture replay tests with an rtree."); |
+DEFINE_bool(replay, true, "If true, run picture replay tests."); |
epoger
2013/11/26 17:55:22
Ditto
|
+DEFINE_bool(rtree, true, "If true, run picture replay tests with an rtree."); |
namespace DM { |