Chromium Code Reviews| Index: gm/bigmatrix.cpp |
| diff --git a/gm/bigmatrix.cpp b/gm/bigmatrix.cpp |
| index 32e637ba665f20383339c3e18f34b9b1de7cb635..abe0f4e750ba28adf72203516d600b99c1d0aeaa 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: |