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