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

Unified Diff: cc/resources/rasterizer.h

Issue 672283003: cc: ReadyToDraw notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean-ups Created 6 years, 2 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
Index: cc/resources/rasterizer.h
diff --git a/cc/resources/rasterizer.h b/cc/resources/rasterizer.h
index 526058c338d01d42ef7fcb56b587f648c8103537..25b88f0776094b3ddaceb3fe6d88f43f1bbc81c1 100644
--- a/cc/resources/rasterizer.h
+++ b/cc/resources/rasterizer.h
@@ -87,7 +87,7 @@ class CC_EXPORT RasterTask : public RasterizerTask {
ImageDecodeTask::Vector dependencies_;
};
-static const size_t kNumberOfTaskSets = 2;
+static const size_t kNumberOfTaskSets = 3;
danakj 2014/10/31 18:41:31 can you leave a comment here pointing back to the
reveman 2014/10/31 19:38:51 That would be a bit of a layer violation but fine
danakj 2014/10/31 19:40:50 The fact this number is tied to that enum is the l
reveman 2014/10/31 20:06:06 I don't think there's a layering violation here. T
danakj 2014/10/31 20:45:03 Well, it only supports 3 because the TileManager w
ernstm 2014/11/03 22:34:41 Done. I've added the comment pointing back to Tile
typedef size_t TaskSet;
typedef std::bitset<kNumberOfTaskSets> TaskSetCollection;

Powered by Google App Engine
This is Rietveld 408576698