| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
|
| index f6f5785e4e4dcc8a44131705e689b8bcc5655502..eae1a083252f7e4b6573fec0fd404c81ba7eefe8 100644
|
| --- a/cc/resources/tile_manager.h
|
| +++ b/cc/resources/tile_manager.h
|
| @@ -162,6 +162,7 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient {
|
| LayerPixelRefTaskMap image_decode_tasks_;
|
|
|
| RasterTaskCompletionStats update_visible_tiles_stats_;
|
| + bool use_16bit_tiles_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TileManager);
|
| };
|
|
|