Chromium Code Reviews| Index: cc/picture_layer_tiling.h |
| diff --git a/cc/picture_layer_tiling.h b/cc/picture_layer_tiling.h |
| index d1ccc8213afdae1988f8a51ce266077916c5c05e..b11e34cd9bc0f2b85d2fd678e68b69de7b41b86c 100644 |
| --- a/cc/picture_layer_tiling.h |
| +++ b/cc/picture_layer_tiling.h |
| @@ -86,6 +86,13 @@ class CC_EXPORT PictureLayerTiling { |
| void Reset() { return tiles_.clear(); } |
| + void UpdateTilePriorities(const gfx::Size& view_port, |
|
enne (OOO)
2012/12/03 19:57:28
naming nit: device_viewport? layout_viewport?
qinmin
2012/12/04 00:37:30
Done.
|
| + float layer_content_scaleX, |
|
enne (OOO)
2012/12/03 19:57:28
scaleX => scale_x
qinmin
2012/12/04 00:37:30
Done.
|
| + float layer_content_scaleY, |
| + const gfx::Transform& last_screen_transform, |
| + const gfx::Transform& current_screen_transform, |
| + double time_delta); |
| + |
| protected: |
| typedef std::pair<int, int> TileMapKey; |
| typedef base::hash_map<TileMapKey, scoped_refptr<Tile> > TileMap; |