| Index: cc/resources/tile.h
|
| diff --git a/cc/resources/tile.h b/cc/resources/tile.h
|
| index c3ca623a38c09262d547f955be3b27dd37f7712e..dcc8566fe4b7692ec29a53ae0d9018f58c3b762c 100644
|
| --- a/cc/resources/tile.h
|
| +++ b/cc/resources/tile.h
|
| @@ -92,7 +92,8 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> {
|
| !draw_info_.IsReadyToDraw();
|
| }
|
|
|
| - void AsValueInto(base::trace_event::TracedValue* dict) const;
|
| + void AsValueWithPriorityInto(const TilePriority& priority,
|
| + base::trace_event::TracedValue* dict) const;
|
|
|
| inline bool IsReadyToDraw() const { return draw_info_.IsReadyToDraw(); }
|
|
|
|
|