diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-02 20:30:11 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-05-02 20:30:11 +0000 |
commit | 74b8cb15e4fb330e8d10856f6620e8b92b39a9ce (patch) | |
tree | fee3f1eacb7bba6143a82ea2e5ccd24878a76946 /dm | |
parent | 608d63735f6b36482198eaf17f8137ab2e9e0f0d (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')
-rw-r--r-- | dm/DMRecordTask.cpp | 2 |
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 { |