| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 1dc861de0d112e427cf062de079e0ad35831846d..dc45de1ff3b450f5c8d2244d8cfcc62979c17c56 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -812,8 +812,8 @@ class LayerDebugInfo : public base::trace_event::ConvertableToTraceFormat {
|
| std::string name_;
|
| };
|
|
|
| -scoped_refptr<base::trace_event::ConvertableToTraceFormat>
|
| -Layer::TakeDebugInfo() {
|
| +scoped_refptr<base::trace_event::ConvertableToTraceFormat> Layer::TakeDebugInfo(
|
| + cc::Layer* layer) {
|
| return new LayerDebugInfo(name_);
|
| }
|
|
|
|
|