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 3db3b7eb5fb373b4bba10e409a3ba62eb342b8a9..327124a865aa05af456e626cbdf69751de86d1ee 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(DisplayItemList* list, |
+ static DisplayItem* AllocateAndConstruct(const gfx::Rect& visual_rect, |
+ DisplayItemList* list, |
const proto::DisplayItem& proto); |
private: |