Chromium Code Reviews| Index: ui/compositor/layer.cc |
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc |
| index 5144ec987071f1a2862a4d02c64acad792aaf364..7559a9abc5daaec3eb2ea1c8334db6a87a821e61 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_); |
| } |