| Index: cc/resources/layer_tiling_data.h
|
| diff --git a/cc/resources/layer_tiling_data.h b/cc/resources/layer_tiling_data.h
|
| index 51681184bbd97b1831cee229bf9e24e68f84b23c..526da6faf1e19d4f78b2d1f01cf4ccea21287e69 100644
|
| --- a/cc/resources/layer_tiling_data.h
|
| +++ b/cc/resources/layer_tiling_data.h
|
| @@ -69,7 +69,7 @@ class CC_EXPORT LayerTilingData {
|
| DISALLOW_COPY_AND_ASSIGN(Tile);
|
| };
|
| typedef std::pair<int, int> TileMapKey;
|
| - typedef base::ScopedPtrHashMap<TileMapKey, Tile> TileMap;
|
| + typedef base::ScopedPtrHashMap<TileMapKey, scoped_ptr<Tile>> TileMap;
|
|
|
| void AddTile(scoped_ptr<Tile> tile, int i, int j);
|
| scoped_ptr<Tile> TakeTile(int i, int j);
|
|
|