Index: gm/testimagefilters.cpp |
diff --git a/gm/testimagefilters.cpp b/gm/testimagefilters.cpp |
index 82fa833de5f974a2a02857b3a619d65b1401acd8..b85c0aa86cfbb086a2da35a6a22c566e477f97c3 100644 |
--- a/gm/testimagefilters.cpp |
+++ b/gm/testimagefilters.cpp |
@@ -101,10 +101,6 @@ protected: |
return SkString("testimagefilters"); |
} |
- uint32_t onGetFlags() const SK_OVERRIDE { |
- return kSkipTiled_Flag; |
- } |
- |
SkISize onISize() SK_OVERRIDE { return SkISize::Make(700, 460); } |
void onDraw(SkCanvas* canvas) SK_OVERRIDE { |