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

Unified Diff: ui/gfx/platform_font_android.cc

Issue 2483493002: android: Don't run failing FontTest.DeriveFont; run gfx_unittests on bots. (Closed)
Patch Set: include build_config.h more Created 4 years, 1 month 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 | « ui/gfx/geometry/vector3d_unittest.cc ('k') | ui/gfx/transform_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/platform_font_android.cc
diff --git a/ui/gfx/platform_font_android.cc b/ui/gfx/platform_font_android.cc
index c6cc838bacbcbd836ed35939f78c5d3a6a0eba9a..bcb455f5d54add3538b5e73f5a9e6daea38eba40 100644
--- a/ui/gfx/platform_font_android.cc
+++ b/ui/gfx/platform_font_android.cc
@@ -17,6 +17,8 @@ PlatformFont* PlatformFont::CreateDefault() {
// static
PlatformFont* PlatformFont::CreateFromNameAndSize(const std::string& font_name,
int font_size) {
+ // If you implement this, enable FontTest.DeriveFont on Android,
+ // https://crbug.com/642010
NOTIMPLEMENTED();
return NULL;
}
« no previous file with comments | « ui/gfx/geometry/vector3d_unittest.cc ('k') | ui/gfx/transform_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698