| Index: gm/filterfastbounds.cpp
|
| diff --git a/gm/filterfastbounds.cpp b/gm/filterfastbounds.cpp
|
| index 5ff398e9adf9c685e764b94a9c6e77bf0c49b1b8..a4b65e011d6aaad4d0b0742c5c8d33da4a220106 100644
|
| --- a/gm/filterfastbounds.cpp
|
| +++ b/gm/filterfastbounds.cpp
|
| @@ -150,7 +150,7 @@ static void create_paints(SkImageFilter* source, SkTArray<SkPaint>* paints) {
|
| class ImageFilterFastBoundGM : public GM {
|
| public:
|
| ImageFilterFastBoundGM() {
|
| - this->setBGColor(0xFFCCCCCC);
|
| + this->setBGColor(sk_tool_utils::color_to_565(0xFFCCCCCC));
|
| }
|
|
|
| protected:
|
|
|