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

Unified Diff: cc/resources/raster_tile_priority_queue_required.h

Issue 900073003: cc: Rework how picture layer tiling set gets into raster queues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 10 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/resources/raster_tile_priority_queue_all.cc ('k') | cc/resources/raster_tile_priority_queue_required.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/raster_tile_priority_queue_required.h
diff --git a/cc/resources/raster_tile_priority_queue_required.h b/cc/resources/raster_tile_priority_queue_required.h
index 02af2a622a12332a70322be329a5fe34abac822b..c94072e523b1e8d7eb4c2b994ffe3c673954b44b 100644
--- a/cc/resources/raster_tile_priority_queue_required.h
+++ b/cc/resources/raster_tile_priority_queue_required.h
@@ -7,6 +7,7 @@
#include <vector>
+#include "base/containers/hash_tables.h"
#include "cc/layers/picture_layer_impl.h"
#include "cc/resources/raster_tile_priority_queue.h"
#include "cc/resources/tiling_set_raster_queue_required.h"
@@ -26,7 +27,9 @@ class RasterTilePriorityQueueRequired : public RasterTilePriorityQueue {
private:
friend class RasterTilePriorityQueue;
- void Build(const std::vector<PictureLayerImpl::Pair>& paired_layers,
+ void Build(const base::hash_map<int, PictureLayerTilingSet::Pair>&
+ paired_picture_layer_tiling_sets,
+ bool has_pending_tree,
Type type);
ScopedPtrVector<TilingSetRasterQueueRequired> tiling_set_queues_;
« no previous file with comments | « cc/resources/raster_tile_priority_queue_all.cc ('k') | cc/resources/raster_tile_priority_queue_required.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698