| Index: media/base/video_frame_metadata.h
|
| diff --git a/media/base/video_frame_metadata.h b/media/base/video_frame_metadata.h
|
| index b1134a941e7b838a78816b4d6d43afe8d329d540..e83f80c4c20a26875defa2bd1618280a73420a50 100644
|
| --- a/media/base/video_frame_metadata.h
|
| +++ b/media/base/video_frame_metadata.h
|
| @@ -156,7 +156,7 @@ class MEDIA_EXPORT VideoFrameMetadata {
|
| bool IsTrue(Key key) const WARN_UNUSED_RESULT;
|
|
|
| // For serialization.
|
| - void MergeInternalValuesInto(base::DictionaryValue* out) const;
|
| + std::unique_ptr<base::DictionaryValue> CopyInternalValues() const;
|
| void MergeInternalValuesFrom(const base::DictionaryValue& in);
|
|
|
| // Merges internal values from |metadata_source|.
|
|
|