aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_tool_utils.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-06-15 05:09:59 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-15 05:09:59 -0700
commitbe7f768a357aefb39c42d24b81b24d647bb6ab70 (patch)
treea5897bcb5ce6dc995cf0cfea5e72a989cc2d16a1 /tools/sk_tool_utils.h
parentb5b50a07abb454abaf6ab46db20c6db6f5ecf9f6 (diff)
make gm background colors 565 compatible
Change a batch of GM tests to convert their background color so that it is representable in 8888 and 565. Enable portable text in those same tests to minimize platform differences. In a couple of bitmap tests, use portable typefaces instead of choosing 'Times' which may or may not be available on the platform. R=borenet@google.com Review URL: https://codereview.chromium.org/1176243006
Diffstat (limited to 'tools/sk_tool_utils.h')
-rw-r--r--tools/sk_tool_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h
index 4d4a5b4fcd..302de958b5 100644
--- a/tools/sk_tool_utils.h
+++ b/tools/sk_tool_utils.h
@@ -24,7 +24,7 @@ class SkTextBlobBuilder;
namespace sk_tool_utils {
const char* colortype_name(SkColorType);
- void color_to_565(SkColor* color);
+ SkColor color_to_565(SkColor color);
/**
* Sets the paint to use a platform-independent text renderer if FLAGS_portableFonts is set.