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

Unified Diff: dm/DMQuiltTask.h

Issue 377373003: Merge Replay and Quilt tasks, adding in all BBH implementations. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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/DMCpuGMTask.cpp ('k') | dm/DMQuiltTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMQuiltTask.h
diff --git a/dm/DMQuiltTask.h b/dm/DMQuiltTask.h
index 5f6566237d746f735fb0f6e2f896ed880b8419e4..1bc6a27478791c12af74119e5160dcb88e72c26b 100644
--- a/dm/DMQuiltTask.h
+++ b/dm/DMQuiltTask.h
@@ -15,8 +15,11 @@ class QuiltTask : public CpuTask {
public:
enum Mode {
- kNormal_Mode,
- kSkRecord_Mode,
+ kNoBBH_Mode,
+ kRTree_Mode,
+ kQuadTree_Mode,
+ kTileGrid_Mode,
+ kSkRecord_Mode, // Currently uses no BBH.
};
QuiltTask(const Task& parent, // QuiltTask must be a child task. Pass its parent here.
« no previous file with comments | « dm/DMCpuGMTask.cpp ('k') | dm/DMQuiltTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698