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

Unified Diff: cc/resources/tile_manager.h

Issue 23802002: CC: Delete unused code and fix priority_ array definition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/tile.h ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/tile_manager.h
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
index 3b6f2e8bd79cdfa5e7a53d947f07af75368fc58b..1e5d7ff1cd5dbce91bfaceabc961b4a1500bcb66 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -76,10 +76,6 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient {
return memory_stats_from_last_assign_;
}
- bool AreTilesRequiredForActivationReady() const {
- return all_tiles_required_for_activation_have_been_initialized_;
- }
-
void InitializeTilesWithResourcesForTesting(
const std::vector<Tile*>& tiles,
ResourceProvider* resource_provider) {
@@ -165,7 +161,6 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient {
bool all_tiles_that_need_to_be_rasterized_have_memory_;
bool all_tiles_required_for_activation_have_memory_;
- bool all_tiles_required_for_activation_have_been_initialized_;
size_t bytes_releasable_;
size_t resources_releasable_;
« no previous file with comments | « cc/resources/tile.h ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698