| Index: cc/resources/picture_layer_tiling_set.h
 | 
| diff --git a/cc/resources/picture_layer_tiling_set.h b/cc/resources/picture_layer_tiling_set.h
 | 
| index 29e6bf453f58f471a95b75859653e360a36dd5b6..29a3c58c8745c8018e3c237767dbca4febccc192 100644
 | 
| --- a/cc/resources/picture_layer_tiling_set.h
 | 
| +++ b/cc/resources/picture_layer_tiling_set.h
 | 
| @@ -95,6 +95,8 @@ class CC_EXPORT PictureLayerTilingSet {
 | 
|      Tile* operator->() const;
 | 
|      Tile* operator*() const;
 | 
|  
 | 
| +    TilePriority priority();
 | 
| +
 | 
|      CoverageIterator& operator++();
 | 
|      operator bool() const;
 | 
|  
 | 
| 
 |