| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index cb7b9cfe71b5d4e2a30310c73bec88ecfdb85e48..9c2e58ef90c332c2be5d028b713aaa62ef90b117 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -512,7 +512,7 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| void AsValueWithFrameInto(FrameData* frame,
|
| base::trace_event::TracedValue* value) const;
|
| - scoped_refptr<base::trace_event::ConvertableToTraceFormat> AsValueWithFrame(
|
| + scoped_ptr<base::trace_event::ConvertableToTraceFormat> AsValueWithFrame(
|
| FrameData* frame) const;
|
| void ActivationStateAsValueInto(base::trace_event::TracedValue* value) const;
|
|
|
|
|