| Index: cc/resources/picture_layer_tiling.h
|
| diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
|
| index e1ccde4ded5978d49ce9e473a62e3cdb26ebe739..50c9436a623fa471d61f954be5d68f71d39619ea 100644
|
| --- a/cc/resources/picture_layer_tiling.h
|
| +++ b/cc/resources/picture_layer_tiling.h
|
| @@ -300,6 +300,7 @@ class CC_EXPORT PictureLayerTiling {
|
| friend class CoverageIterator;
|
| friend class TilingRasterTileIterator;
|
| friend class TilingEvictionTileIterator;
|
| + friend class TilingSetEvictionQueue;
|
|
|
| typedef std::pair<int, int> TileMapKey;
|
| typedef base::hash_map<TileMapKey, scoped_refptr<Tile>> TileMap;
|
|
|