Chromium Code Reviews| Index: gm/arcofzorro.cpp |
| diff --git a/gm/arcofzorro.cpp b/gm/arcofzorro.cpp |
| index ef2a36b9fa9ac7decc1da3eae2ac13562df9c440..6efea27dcc112d093fcd0404788642c12cf80d98 100644 |
| --- a/gm/arcofzorro.cpp |
| +++ b/gm/arcofzorro.cpp |
| @@ -16,7 +16,7 @@ namespace skiagm { |
| class ArcOfZorroGM : public GM { |
| public: |
| ArcOfZorroGM() { |
| - this->setBGColor(0xFFCCCCCC); |
| + this->setBGColor(sk_tool_utils::color_to_565(0xFFCCCCCC)); |
| } |
| protected: |