aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMSrcSink.h
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-08-16 14:23:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-16 14:23:29 -0700
commit179d88522c3cdd49480e34482c29a8afb027a6ad (patch)
treefe9a26a467cf57b8c54187a5f927bd59dbee0bc6 /dm/DMSrcSink.h
parent8fd23a86d0d16c93e4fa08f79cdcca4b48b6d7f9 (diff)
Only test SVG DM sources against direct raster/gpu sinks.
There isn't much value in testing against indirect or vector sinks. R=mtklein@google.com,robertphillips@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2252443002 Review-Url: https://codereview.chromium.org/2252443002
Diffstat (limited to 'dm/DMSrcSink.h')
-rw-r--r--dm/DMSrcSink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h
index 086becb6f6..0e11633b18 100644
--- a/dm/DMSrcSink.h
+++ b/dm/DMSrcSink.h
@@ -256,6 +256,7 @@ public:
Error draw(SkCanvas*) const override;
SkISize size() const override;
Name name() const override;
+ bool veto(SinkFlags) const override;
private:
Path fPath;