aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMRecordTask.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-02 20:30:11 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-02 20:30:11 +0000
commit74b8cb15e4fb330e8d10856f6620e8b92b39a9ce (patch)
treefee3f1eacb7bba6143a82ea2e5ccd24878a76946 /dm/DMRecordTask.cpp
parent608d63735f6b36482198eaf17f8137ab2e9e0f0d (diff)
Remove setLocalMatrix calls from picture shader GM.
This makes all --skr tests pass for me. Enabling it by default in DM. BUG=skia:2378 R=reed@google.com, mtklein@google.com, fmalita@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/260863007 git-svn-id: http://skia.googlecode.com/svn/trunk@14549 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'dm/DMRecordTask.cpp')
-rw-r--r--dm/DMRecordTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DMRecordTask.cpp b/dm/DMRecordTask.cpp
index eb8ceecbbd..d1c552f569 100644
--- a/dm/DMRecordTask.cpp
+++ b/dm/DMRecordTask.cpp
@@ -4,7 +4,7 @@
#include "SkCommandLineFlags.h"
#include "SkRecording.h"
-DEFINE_bool(skr, false, "If true, run SKR tests.");
+DEFINE_bool(skr, true, "If true, run SKR tests.");
namespace DM {