Chromium Code Reviews| Index: gm/offsetimagefilter.cpp |
| diff --git a/gm/offsetimagefilter.cpp b/gm/offsetimagefilter.cpp |
| index fb896ddc0fa136b252d11fe4ed3710e68524a5b2..9808bd8122356927c04e9d23fa9597101cd7ef11 100644 |
| --- a/gm/offsetimagefilter.cpp |
| +++ b/gm/offsetimagefilter.cpp |
| @@ -77,7 +77,7 @@ protected: |
| fInitialized = true; |
| } |
| - canvas->clear(0x00000000); |
| + canvas->clear(SK_ColorBLACK); |
| SkPaint paint; |
| for (int i = 0; i < 4; i++) { |