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