aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/matriximagefilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/matriximagefilter.cpp')
-rw-r--r--gm/matriximagefilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/matriximagefilter.cpp b/gm/matriximagefilter.cpp
index a42870b617..419c4199de 100644
--- a/gm/matriximagefilter.cpp
+++ b/gm/matriximagefilter.cpp
@@ -58,7 +58,7 @@ protected:
}
virtual void onDraw(SkCanvas* canvas) {
- canvas->clear(0x00000000);
+ canvas->clear(SK_ColorBLACK);
SkMatrix matrix;
SkScalar margin = SkIntToScalar(10);
matrix.setSkew(SkDoubleToScalar(0.5), SkDoubleToScalar(0.2));