Chromium Code Reviews| Index: gm/drawlooper.cpp |
| diff --git a/gm/drawlooper.cpp b/gm/drawlooper.cpp |
| index 25c984301625c5c9fa2f624bb37978db378af9bf..74e7e91fe6b2a377fca763bad42127cc91227fd9 100644 |
| --- a/gm/drawlooper.cpp |
| +++ b/gm/drawlooper.cpp |
| @@ -19,7 +19,7 @@ |
| class DrawLooperGM : public skiagm::GM { |
| public: |
| DrawLooperGM() : fLooper(NULL) { |
| - this->setBGColor(0xFFDDDDDD); |
| + this->setBGColor(sk_tool_utils::color_to_565(0xFFDDDDDD)); |
| } |
| virtual ~DrawLooperGM() { |