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

Unified Diff: gm/imagealphathreshold.cpp

Issue 867963004: remove unused GM flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: guarded flags Created 5 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 | « gm/image.cpp ('k') | gm/imageblur.cpp » ('j') | 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 b2259949c6b412760e10844d8cd9e50cc21d73f7..a6b00e4c940b9c8297bda3ba4e18dfd0b4ed5480 100644
--- a/gm/imagealphathreshold.cpp
+++ b/gm/imagealphathreshold.cpp
@@ -21,13 +21,6 @@ public:
}
protected:
- uint32_t onGetFlags() const SK_OVERRIDE {
- return this->INHERITED::onGetFlags() |
- GM::kSkipTiled_Flag |
- GM::kSkipPicture_Flag |
- GM::kSkipPipe_Flag |
- GM::kSkipPipeCrossProcess_Flag;
- }
SkString onShortName() SK_OVERRIDE {
return SkString("imagealphathreshold");
« no previous file with comments | « gm/image.cpp ('k') | gm/imageblur.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698