| Index: cc/playback/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h
|
| index e85fe1058c6cc5f14926d58c23186dbf9756799b..30b2d6871f2cfaf209a434da7477b87bb4d74c93 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/playback/display_item_list.h
|
| @@ -100,7 +100,7 @@ class CC_EXPORT DisplayItemList
|
| bool ProcessAppendedItemsCalled() const { return true; }
|
| #endif
|
|
|
| - ListContainer<DisplayItem> items_;
|
| + RandomAccessListContainer<DisplayItem> items_;
|
| skia::RefPtr<SkPicture> picture_;
|
|
|
| scoped_ptr<SkPictureRecorder> recorder_;
|
|
|