aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/samplerstress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/samplerstress.cpp')
-rw-r--r--gm/samplerstress.cpp6
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
*/