summaryrefslogtreecommitdiffstats
path: root/cc/resources/tile_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/tile_manager.h')
-rw-r--r--cc/resources/tile_manager.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
index 83223b2..105d2d6 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -38,10 +38,10 @@ class CC_EXPORT TileManagerClient {
// Tile manager classifying tiles into a few basic
// bins:
enum TileManagerBin {
- NOW_BIN = 0, // Needed ASAP.
- SOON_BIN = 1, // Impl-side version of prepainting.
- EVENTUALLY_BIN = 2, // Nice to have, if we've got memory and time.
- NEVER_BIN = 3, // Dont bother.
+ NOW_BIN = 0, // Needed ASAP.
+ SOON_BIN = 1, // Impl-side version of prepainting.
+ EVENTUALLY_BIN = 2, // Nice to have, if we've got memory and time.
+ NEVER_BIN = 3, // Dont bother.
NUM_BINS = 4
// Be sure to update TileManagerBinAsValue when adding new fields.
};
@@ -120,7 +120,6 @@ class CC_EXPORT TileManager : public WorkerPoolClient {
}
private:
-
// Data that is passed to raster tasks.
struct RasterTaskMetadata {
bool prediction_benchmarking;