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

Unified Diff: gm/conicpaths.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/complexclip3.cpp ('k') | gm/convexpaths.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/conicpaths.cpp
diff --git a/gm/conicpaths.cpp b/gm/conicpaths.cpp
index d04cd263598f321f16cfaf86f65b2ccca1e64695..a5d5ee6d24519e233051e3efa99001d70aa14354 100644
--- a/gm/conicpaths.cpp
+++ b/gm/conicpaths.cpp
@@ -106,12 +106,6 @@ protected:
canvas->restore();
}
- uint32_t onGetFlags() const SK_OVERRIDE {
- // tiling w/ non-antialias paths can cause off-by-1-pixels differences which are
- // unavoidable (chopping in floats -vs- stepping in scan-converter).
- return kSkipTiled_Flag;
- }
-
private:
SkTArray<SkPath> fPaths;
typedef skiagm::GM INHERITED;
« no previous file with comments | « gm/complexclip3.cpp ('k') | gm/convexpaths.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698