Index: gm/texturedomaineffect.cpp |
diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp |
index 7b74cec7b5b5e90d0e58d534fb095916e08f4268..570ec254f35d0bc8aada6bc9b05b47314cf77f92 100644 |
--- a/gm/texturedomaineffect.cpp |
+++ b/gm/texturedomaineffect.cpp |
@@ -41,11 +41,6 @@ protected: |
return SkISize::Make(SkScalarCeilToInt(canvasWidth), 800); |
} |
- uint32_t onGetFlags() const SK_OVERRIDE { |
- // This is a GPU-specific GM. |
- return kGPUOnly_Flag; |
- } |
- |
void onOnceBeforeDraw() SK_OVERRIDE { |
fBmp.allocN32Pixels(kTargetWidth, kTargetHeight); |
SkCanvas canvas(fBmp); |