Index: gm/colormatrix.cpp |
diff --git a/gm/colormatrix.cpp b/gm/colormatrix.cpp |
index 36cf8c59d2b7c1f4d568979ee7f0907b477c688e..8dcdf15e50167e2a1d85fb6a1f52b94f8429a5ed 100644 |
--- a/gm/colormatrix.cpp |
+++ b/gm/colormatrix.cpp |
@@ -49,7 +49,7 @@ class ColorMatrixGM : public GM { |
public: |
ColorMatrixGM() { |
- this->setBGColor(0xFF808080); |
+ this->setBGColor(sk_tool_utils::color_to_565(0xFF808080)); |
} |
protected: |