Index: gm/gradients_no_texture.cpp |
diff --git a/gm/gradients_no_texture.cpp b/gm/gradients_no_texture.cpp |
index e706ac634f597cbb13df2a55938b6651d27a81a1..391472a0c724842dcd71c982a736dd8681188ae4 100644 |
--- a/gm/gradients_no_texture.cpp |
+++ b/gm/gradients_no_texture.cpp |
@@ -81,7 +81,7 @@ |
class GradientsNoTextureGM : public GM { |
public: |
GradientsNoTextureGM() { |
- this->setBGColor(sk_tool_utils::color_to_565(0xFFDDDDDD)); |
+ this->setBGColor(0xFFDDDDDD); |
} |
protected: |