Index: gm/conicpaths.cpp |
diff --git a/gm/conicpaths.cpp b/gm/conicpaths.cpp |
index d04cd263598f321f16cfaf86f65b2ccca1e64695..a5d5ee6d24519e233051e3efa99001d70aa14354 100644 |
--- a/gm/conicpaths.cpp |
+++ b/gm/conicpaths.cpp |
@@ -106,12 +106,6 @@ protected: |
canvas->restore(); |
} |
- uint32_t onGetFlags() const SK_OVERRIDE { |
- // tiling w/ non-antialias paths can cause off-by-1-pixels differences which are |
- // unavoidable (chopping in floats -vs- stepping in scan-converter). |
- return kSkipTiled_Flag; |
- } |
- |
private: |
SkTArray<SkPath> fPaths; |
typedef skiagm::GM INHERITED; |