Index: gm/imagefilterscropped.cpp |
diff --git a/gm/imagefilterscropped.cpp b/gm/imagefilterscropped.cpp |
index ad8fd5cc0423eb3d97f933ff4732f3db3330e183..49b0a97f97d0af7048841f3fbcf8c15a9e7a396e 100644 |
--- a/gm/imagefilterscropped.cpp |
+++ b/gm/imagefilterscropped.cpp |
@@ -107,14 +107,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_sprite, draw_bitmap, draw_path, draw_paint, draw_text |