aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/xfermodeimagefilter.cpp
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2015-04-09 11:13:24 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-09 11:13:24 -0700
commit16b254a200f63e85041cac9a283ff0ff14d94ba1 (patch)
treeac7b726515c5bb7d9d93c188e75e4f092aa505ee /gm/xfermodeimagefilter.cpp
parent2df6fd650cb12af8eeb7884b2819d2bf8ba7a5bf (diff)
Change some more GMs to clear to opaque black, not transparent black.
N.B.: this will change results on the bots for all the tests modified. BUG=skia:3319 Review URL: https://codereview.chromium.org/1077763002
Diffstat (limited to 'gm/xfermodeimagefilter.cpp')
-rw-r--r--gm/xfermodeimagefilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/xfermodeimagefilter.cpp b/gm/xfermodeimagefilter.cpp
index c764f1c68a..649e69f102 100644
--- a/gm/xfermodeimagefilter.cpp
+++ b/gm/xfermodeimagefilter.cpp
@@ -74,7 +74,7 @@ protected:
}
void onDraw(SkCanvas* canvas) override {
- canvas->clear(0x00000000);
+ canvas->clear(SK_ColorBLACK);
SkPaint paint;
const struct {