Chromium Code Reviews| Index: cc/layers/layer.cc |
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
| index d1a95bc963dd83a0fb875a57f19a63ac4bc74a6b..1ca4e9053c31183d5fd7a9ba070879fad0f8dc4e 100644 |
| --- a/cc/layers/layer.cc |
| +++ b/cc/layers/layer.cc |
| @@ -1412,7 +1412,7 @@ bool Layer::IsSuitableForGpuRasterization() const { |
| scoped_refptr<base::trace_event::ConvertableToTraceFormat> |
| Layer::TakeDebugInfo() { |
| if (client_) |
| - return client_->TakeDebugInfo(); |
| + return client_->TakeDebugInfo(this); |
| else |
| return nullptr; |
| } |