diff options
author | Brian Osman <brianosman@google.com> | 2016-10-03 11:06:45 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-10-03 16:18:09 +0000 |
commit | 01015fbea1369b53b30d0b9e6fdc3b9a1b6f110c (patch) | |
tree | 4e9b038bac75ade5f1666dac889c7d9f29cc8884 | |
parent | 6df2c8e8e030a3be9b3c1bb0436bb39d632df007 (diff) |
Fix alpha threshold GM to test with and without crop rect
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2864
Change-Id: I09f24303b2a693a384fb7399c2287ab476f16319
Reviewed-on: https://skia-review.googlesource.com/2864
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
-rw-r--r-- | gm/imagealphathreshold.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/imagealphathreshold.cpp b/gm/imagealphathreshold.cpp index 2b65202c10..97524cea8e 100644 --- a/gm/imagealphathreshold.cpp +++ b/gm/imagealphathreshold.cpp @@ -45,7 +45,7 @@ namespace skiagm { class ImageAlphaThresholdGM : public GM { public: - ImageAlphaThresholdGM(bool useCropRect) : fUseCropRect(true) { + ImageAlphaThresholdGM(bool useCropRect) : fUseCropRect(useCropRect) { this->setBGColor(0xFFFFFFFF); } |