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

Unified Diff: cc/resources/raster_tile_priority_queue_required.h

Issue 1108773003: Revert of cc: Remove tile sharing from tilings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 56c04e4a928f20b71bf9d2f7fdde3ecf80c80140..02af2a622a12332a70322be329a5fe34abac822b 100644
--- a/cc/resources/raster_tile_priority_queue_required.h
+++ b/cc/resources/raster_tile_priority_queue_required.h
@@ -28,10 +28,6 @@
void Build(const std::vector<PictureLayerImpl::Pair>& paired_layers,
Type type);
- void BuildRequiredForDraw(
- const std::vector<PictureLayerImpl::Pair>& paired_layers);
- void BuildRequiredForActivation(
- const std::vector<PictureLayerImpl::Pair>& paired_layers);
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