| Index: cc/playback/display_item_proto_factory.h
|
| diff --git a/cc/playback/display_item_proto_factory.h b/cc/playback/display_item_proto_factory.h
|
| index 43325df927c606f5c1d438a6bfb787b0ea505c30..3ec55791d230f994be07c4b986dd1f70f9393755 100644
|
| --- a/cc/playback/display_item_proto_factory.h
|
| +++ b/cc/playback/display_item_proto_factory.h
|
| @@ -18,7 +18,8 @@ class DisplayItem;
|
|
|
| class DisplayItemProtoFactory {
|
| public:
|
| - static DisplayItem* AllocateAndConstruct(scoped_refptr<DisplayItemList> list,
|
| + static DisplayItem* AllocateAndConstruct(const gfx::Rect& visual_rect,
|
| + scoped_refptr<DisplayItemList> list,
|
| const proto::DisplayItem& proto);
|
|
|
| private:
|
|
|