| Index: cc/playback/display_item_list.h
|
| diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h
|
| index d8b14b50dd38664188003bace195b7b6e0ab8d1e..3d432d4a11d938b5a24e427999db22afe9bced43 100644
|
| --- a/cc/playback/display_item_list.h
|
| +++ b/cc/playback/display_item_list.h
|
| @@ -98,7 +98,7 @@ class CC_EXPORT DisplayItemList
|
|
|
| bool RetainsIndividualDisplayItems() const;
|
|
|
| - scoped_refptr<base::trace_event::ConvertableToTraceFormat> AsValue(
|
| + scoped_ptr<base::trace_event::ConvertableToTraceFormat> AsValue(
|
| bool include_items) const;
|
|
|
| void EmitTraceSnapshot() const;
|
|
|