Chromium Code Reviews| Index: cc/layers/layer.cc |
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
| index 4796f73472f4f00d218318ca4d9b64978aa78aa0..96fb865b3d7ebed36e99bbae87cccd2199fc0aea 100644 |
| --- a/cc/layers/layer.cc |
| +++ b/cc/layers/layer.cc |
| @@ -1481,7 +1481,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; |
| } |