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