Index: gm/cubicpaths.cpp |
diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp |
index bf05db784510a4173129506fca00e10c94be1c39..3dd230c21932844e833a664b53856379e3c8ebef 100644 |
--- a/gm/cubicpaths.cpp |
+++ b/gm/cubicpaths.cpp |
@@ -16,9 +16,6 @@ public: |
ClippedCubicGM() {} |
protected: |
- uint32_t onGetFlags() const SK_OVERRIDE { |
- return kSkipTiled_Flag; |
- } |
SkString onShortName() { |
return SkString("clippedcubic"); |
@@ -59,9 +56,6 @@ public: |
CubicPathGM() {} |
protected: |
- uint32_t onGetFlags() const SK_OVERRIDE { |
- return kSkipTiled_Flag; |
- } |
SkString onShortName() { |
return SkString("cubicpath"); |
@@ -208,9 +202,6 @@ public: |
CubicClosePathGM() {} |
protected: |
- uint32_t onGetFlags() const SK_OVERRIDE { |
- return kSkipTiled_Flag; |
- } |
SkString onShortName() { |
return SkString("cubicclosepath"); |