| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 36d56f26ebb6644e024eb215bca060aa7d2f67fd..2bab2959281533c452a06644220889677be525e7 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_);
|
| }
|
|
|
|
|