diff options
author | fmalita <fmalita@chromium.org> | 2016-09-14 09:05:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-14 09:05:43 -0700 |
commit | 95573e4865c913a01571b17fb88c0450b1aa3ca7 (patch) | |
tree | d543c98a2f129d8b94f7df110b9d12b2c3c65272 /bench | |
parent | 6519c21a57946366c1141fa81fe1b283150b43fc (diff) |
Fix SVG flag iOS linking
TBR=mtklein@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2344533002
Review-Url: https://codereview.chromium.org/2344533002
Diffstat (limited to 'bench')
-rw-r--r-- | bench/nanobench.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp index 26ba05ff4f..ef22deeb42 100644 --- a/bench/nanobench.cpp +++ b/bench/nanobench.cpp @@ -127,8 +127,6 @@ DEFINE_string(sourceType, "", DEFINE_string(benchType, "", "Apply usual --match rules to bench type: micro, recording, playback, skcodec, etc."); -DEFINE_string(svgs, "", "Directory to read SVGs from, or a single SVG file."); - static double now_ms() { return SkTime::GetNSecs() * 1e-6; } static SkString humanize(double ms) { |