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

Unified Diff: cc/resources/eviction_tile_priority_queue.cc

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo 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/resources/eviction_tile_priority_queue.h ('k') | cc/resources/gpu_rasterizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/eviction_tile_priority_queue.cc
diff --git a/cc/resources/eviction_tile_priority_queue.cc b/cc/resources/eviction_tile_priority_queue.cc
index 46fe5ee1a76a0048469e90a6bb97976e3b537f44..b1ca48de5b46251930a1814881cde8dc2519ca29 100644
--- a/cc/resources/eviction_tile_priority_queue.cc
+++ b/cc/resources/eviction_tile_priority_queue.cc
@@ -100,10 +100,6 @@ void EvictionTilePriorityQueue::Build(
paired_queues_.make_heap(EvictionOrderComparator(tree_priority_));
}
-void EvictionTilePriorityQueue::Reset() {
- paired_queues_.clear();
-}
-
bool EvictionTilePriorityQueue::IsEmpty() const {
return paired_queues_.empty() || paired_queues_.front()->IsEmpty();
}
« no previous file with comments | « cc/resources/eviction_tile_priority_queue.h ('k') | cc/resources/gpu_rasterizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698