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

Unified Diff: cc/resources/picture_layer_tiling.h

Issue 816453008: cc: Split tiling set raster queues into all and required. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/resources/raster_tile_priority_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/picture_layer_tiling.h
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
index 0d153b4869aa0f314d7bcbe55fc38a48f01f191b..15fdb4320eea2c640107054bfef7298e423ce0fa 100644
--- a/cc/resources/picture_layer_tiling.h
+++ b/cc/resources/picture_layer_tiling.h
@@ -233,7 +233,8 @@ class CC_EXPORT PictureLayerTiling {
protected:
friend class CoverageIterator;
- friend class TilingSetRasterQueue;
+ friend class TilingSetRasterQueueAll;
+ friend class TilingSetRasterQueueRequired;
friend class TilingSetEvictionQueue;
typedef std::pair<int, int> TileMapKey;
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/resources/raster_tile_priority_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698