aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/resizeimagefilter.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-07-09 13:10:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-09 13:10:58 -0700
commite4636aa17307b00c76e228fc5ddda1bd4904e0dd (patch)
tree8e95084a9fe91d8abdf7852f423b108665fcc151 /gm/resizeimagefilter.cpp
parentec66e6264de5110802c3d9927380d913242c9d5f (diff)
Merge Replay and Quilt tasks, adding in all BBH implementations.
Replay isn't that helpful of a test any more now that we have the more stringent Quilt tests. Quilt was missing bounding box hierarchies, though, while Replay was sort of testing RTree (pointlessly, as it was drawing without any clip). Now Quilt does everything, testing RTree, QuadTree, and TileGrid. Quilt mode now falls back to drawing all at once (i.e. Replay) for GMs that don't tile perfectly. Still a TODO to make this check more flexible than exact pixel matches. Two GMs fail when using a BBH: - imageresizetiled - resizeimagefilter We think we're not adjusting the bounds of save layers by their paint. This is probably a bug, but one to be fixed separately from adding new tests. BUG=skia: R=robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/377373003
Diffstat (limited to 'gm/resizeimagefilter.cpp')
-rw-r--r--gm/resizeimagefilter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/resizeimagefilter.cpp b/gm/resizeimagefilter.cpp
index e87dff0d35..96a6118a6c 100644
--- a/gm/resizeimagefilter.cpp
+++ b/gm/resizeimagefilter.cpp
@@ -21,6 +21,8 @@ public:
}
protected:
+ virtual uint32_t onGetFlags() const SK_OVERRIDE { return kNoBBH_Flag; }
+
virtual SkString onShortName() {
return SkString("resizeimagefilter");
}