Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: gm/imagealphathreshold.cpp

Issue 94043005: Make imagealphathreshold GM skip replay modes until it is fixed. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/imagealphathreshold.cpp
diff --git a/gm/imagealphathreshold.cpp b/gm/imagealphathreshold.cpp
index 7597090aa872bfa9a0510c6e57687d15e47a427b..1600be98979340b7c6e56edc8aeb19f2bdd38916 100644
--- a/gm/imagealphathreshold.cpp
+++ b/gm/imagealphathreshold.cpp
@@ -22,7 +22,11 @@ public:
protected:
virtual uint32_t onGetFlags() const SK_OVERRIDE {
- return this->INHERITED::onGetFlags() | GM::kSkipTiled_Flag;
+ return this->INHERITED::onGetFlags() |
+ GM::kSkipTiled_Flag |
+ GM::kSkipPicture_Flag |
+ GM::kSkipPipe_Flag |
+ GM::kSkipPipeCrossProcess_Flag;
}
virtual SkString onShortName() SK_OVERRIDE {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698