Chromium Code Reviews| Index: gm/blurs.cpp | 
| diff --git a/gm/blurs.cpp b/gm/blurs.cpp | 
| index 3fae2b324ed3b403f1eb77125dbfd2f4b6f8c115..e7b66d52656a9b20567fe471ca6e1318fdc7cb04 100644 | 
| --- a/gm/blurs.cpp | 
| +++ b/gm/blurs.cpp | 
| @@ -12,7 +12,7 @@ | 
| class BlursGM : public skiagm::GM { | 
| public: | 
| BlursGM() { | 
| - this->setBGColor(0xFFDDDDDD); | 
| + this->setBGColor(sk_tool_utils::color_to_565(0xFFDDDDDD)); | 
| } | 
| protected: |