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

Unified Diff: dm/DMQuiltTask.cpp

Issue 845623002: Remove SkTileGrid (except for TileGridInfo). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: kill gridSupported 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 | « dm/DMQuiltTask.h ('k') | gm/gmmain.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMQuiltTask.cpp
diff --git a/dm/DMQuiltTask.cpp b/dm/DMQuiltTask.cpp
index 92bb6110ac098d0d2759b8d30d4af04fc6aeddab..83a989da718907cf5e070db719346bebadd641a4 100644
--- a/dm/DMQuiltTask.cpp
+++ b/dm/DMQuiltTask.cpp
@@ -48,15 +48,6 @@ void QuiltTask::draw() {
case kRTree_BBH:
factory.reset(SkNEW(SkRTreeFactory));
break;
- case kTileGrid_BBH: {
- const SkTileGridFactory::TileGridInfo tiles = {
- { FLAGS_quiltTile, FLAGS_quiltTile },
- /*overlap: */{0, 0},
- /*offset: */{0, 0},
- };
- factory.reset(SkNEW_ARGS(SkTileGridFactory, (tiles)));
- break;
- }
}
// A couple GMs draw wrong when using a bounding box hierarchy.
« no previous file with comments | « dm/DMQuiltTask.h ('k') | gm/gmmain.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698