From be7f768a357aefb39c42d24b81b24d647bb6ab70 Mon Sep 17 00:00:00 2001 From: caryclark Date: Mon, 15 Jun 2015 05:09:59 -0700 Subject: 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 --- gm/bigmatrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/bigmatrix.cpp') diff --git a/gm/bigmatrix.cpp b/gm/bigmatrix.cpp index 32e637ba66..abe0f4e750 100644 --- a/gm/bigmatrix.cpp +++ b/gm/bigmatrix.cpp @@ -15,7 +15,7 @@ namespace skiagm { class BigMatrixGM : public GM { public: BigMatrixGM() { - this->setBGColor(0xFF66AA99); + this->setBGColor(sk_tool_utils::color_to_565(0xFF66AA99)); } protected: -- cgit v1.2.3