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

Unified Diff: gm/variedtext.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/tilemodes_scaled.cpp ('k') | gm/vertices.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/variedtext.cpp
diff --git a/gm/variedtext.cpp b/gm/variedtext.cpp
index dba5d70eb6a2c32289dfaae9b941c86482cef712..bbdbc8a6d27ec142bce1941ea457a7a6ca404783 100644
--- a/gm/variedtext.cpp
+++ b/gm/variedtext.cpp
@@ -136,11 +136,6 @@ protected:
}
}
- uint32_t onGetFlags() const SK_OVERRIDE {
- // The aa hairline stroked rects used to visualize the clip draw slightly differently in
- // quilt mode in dm.
- return kSkipTiled_Flag;
- }
bool runAsBench() const SK_OVERRIDE { return true; }
private:
« no previous file with comments | « gm/tilemodes_scaled.cpp ('k') | gm/vertices.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698