| commit | d6bab0238655dbab24dfe92bd0b16b464310a8c7 | [log] [tgz] |
|---|---|---|
| author | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Dec 02 13:50:38 2013 +0000 |
| committer | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Dec 02 13:50:38 2013 +0000 |
| tree | 664de29dd3b91a1ed1be463f2cd797e871cabec7 | |
| parent | 5b39f5ba9c339d1e4dae391fee9ec1396feec180 [diff] [blame] |
Reverting r12427 git-svn-id: http://skia.googlecode.com/svn/trunk@12428 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/dm/DMSerializeTask.cpp b/dm/DMSerializeTask.cpp index d71dfdc..8bc8c8e 100644 --- a/dm/DMSerializeTask.cpp +++ b/dm/DMSerializeTask.cpp
@@ -6,7 +6,7 @@ #include "SkPicture.h" #include "SkPixelRef.h" -DEFINE_bool(serialize, false, "If true, run picture serialization tests."); +DEFINE_bool(serialize, true, "If true, run picture serialization tests."); namespace DM {