| 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 327124a865aa05af456e626cbdf69751de86d1ee..edc6118dd072c8e1bcdc4c56a3bcb481cc46e7a4 100644
|
| --- a/cc/playback/display_item_proto_factory.h
|
| +++ b/cc/playback/display_item_proto_factory.h
|
| @@ -18,9 +18,9 @@ class DisplayItem;
|
|
|
| class DisplayItemProtoFactory {
|
| public:
|
| - static DisplayItem* AllocateAndConstruct(const gfx::Rect& visual_rect,
|
| - DisplayItemList* list,
|
| - const proto::DisplayItem& proto);
|
| + static void AllocateAndConstruct(const gfx::Rect& visual_rect,
|
| + DisplayItemList* list,
|
| + const proto::DisplayItem& proto);
|
|
|
| private:
|
| DisplayItemProtoFactory() {}
|
|
|