diff options
author | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-06 19:13:46 +0000 |
---|---|---|
committer | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-06 19:13:46 +0000 |
commit | d895b055a05992f5575fee08f0e1ccfe167b0f94 (patch) | |
tree | bb786bff3da33ebce5065351500750cc1e010b29 /gm | |
parent | 9923c2b29aafc7ebc81c929c68c6b32443c9f22b (diff) |
Reenable running samplerstress GM in pipe mode.
It was disabled because samplerstress did was not
registered for flattening. Now that it is, do not
skip it when running GM in pipe mode.
Review URL: https://codereview.appspot.com/6305057
git-svn-id: http://skia.googlecode.com/svn/trunk@4196 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r-- | gm/samplerstress.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gm/samplerstress.cpp b/gm/samplerstress.cpp index a3d60abc21..4329f12470 100644 --- a/gm/samplerstress.cpp +++ b/gm/samplerstress.cpp @@ -36,12 +36,6 @@ protected: return make_isize(640, 480); } - virtual uint32_t onGetFlags() const SK_OVERRIDE { - // Skip Pipe playback since we use a custom MaskFilter that will not be - // flattened correctly - return this->INHERITED::onGetFlags() | GM::kSkipPipe_Flag; - } - /** * Create a red & green stripes on black texture */ |