Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: gm/fontscaler.cpp

Issue 22262002: Re-enable fontscaler GM for Android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Remove font cache changes Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698