| Index: gm/imagefiltersbase.cpp
|
| diff --git a/gm/imagefiltersbase.cpp b/gm/imagefiltersbase.cpp
|
| index be8d402528272646b2c5b7cb447e140161517ef8..ea32769d4d697b799f1fb63b1716ec2238245683 100644
|
| --- a/gm/imagefiltersbase.cpp
|
| +++ b/gm/imagefiltersbase.cpp
|
| @@ -207,14 +207,6 @@ protected:
|
| canvas->drawRect(r, paint);
|
| }
|
|
|
| - virtual uint32_t onGetFlags() const {
|
| - // Because of the use of drawSprite, this test is excluded
|
| - // from scaled replay tests because drawSprite ignores the
|
| - // reciprocal scale that is applied at record time, which is
|
| - // the intended behavior of drawSprite.
|
| - return kSkipScaledReplay_Flag | kSkipTiled_Flag;
|
| - }
|
| -
|
| virtual void onDraw(SkCanvas* canvas) {
|
| void (*drawProc[])(SkCanvas*, const SkRect&, SkImageFilter*) = {
|
| draw_paint,
|
|
|