Index: gm/fontscaler.cpp |
diff --git a/gm/fontscaler.cpp b/gm/fontscaler.cpp |
index ec9c2282b2192fdf53a715e143438441291384a6..59b1a4322bce5f6498222aa1a5d713d023eafe7d 100644 |
--- a/gm/fontscaler.cpp |
+++ b/gm/fontscaler.cpp |
@@ -80,14 +80,6 @@ protected: |
} |
} |
-#ifdef SK_BUILD_FOR_ANDROID |
- virtual uint32_t onGetFlags() const SK_OVERRIDE { |
- // On android, we fail due to bad gpu drivers (it seems) by adding too |
- // much to our text atlas (texture). |
- return kSkipGPU_Flag; |
- } |
-#endif |
- |
private: |
typedef GM INHERITED; |
}; |