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

Unified Diff: gm/imagemagnifier.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/imagefiltersscaled.cpp ('k') | gm/imageresizetiled.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/imagemagnifier.cpp
diff --git a/gm/imagemagnifier.cpp b/gm/imagemagnifier.cpp
index feac4c19cf50b2dd9c647f5c08c8b5edd62cb629..30be060460a470fe7b53fdab893f28d164031510 100644
--- a/gm/imagemagnifier.cpp
+++ b/gm/imagemagnifier.cpp
@@ -21,10 +21,6 @@ public:
}
protected:
- uint32_t onGetFlags() const SK_OVERRIDE {
- // Skip tiled drawing until https://code.google.com/p/skia/issues/detail?id=781 is fixed.
- return this->INHERITED::onGetFlags() | GM::kSkipTiled_Flag;
- }
SkString onShortName() SK_OVERRIDE {
return SkString("imagemagnifier");
« no previous file with comments | « gm/imagefiltersscaled.cpp ('k') | gm/imageresizetiled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698