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

Unified Diff: cc/resources/tile_manager.h

Issue 18370002: cc: Made use color estimator a const instead of a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cc_perftests compile error Created 7 years, 6 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_worker_pool_perftest.cc ('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 01acf6eb41c5bf3a472fe364a07acafb8fb2fe0f..7bec1c48f90d0980922b80eb2c5493890fe6d7bc 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -64,7 +64,6 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient {
TileManagerClient* client,
ResourceProvider* resource_provider,
size_t num_raster_threads,
- bool use_color_estimator,
RenderingStatsInstrumentation* rendering_stats_instrumentation,
bool use_map_image);
virtual ~TileManager();
@@ -96,7 +95,6 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient {
ResourceProvider* resource_provider,
scoped_ptr<RasterWorkerPool> raster_worker_pool,
size_t num_raster_threads,
- bool use_color_estimator,
RenderingStatsInstrumentation* rendering_stats_instrumentation,
GLenum texture_format);
@@ -159,7 +157,6 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient {
RenderingStatsInstrumentation* rendering_stats_instrumentation_;
- bool use_color_estimator_;
bool did_initialize_visible_tile_;
GLenum texture_format_;
« no previous file with comments | « cc/resources/raster_worker_pool_perftest.cc ('k') | cc/resources/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698