Index: cc/layers/layer.cc |
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
index 68b34dff604593ff19ff6e5a8ddd0c9cf7fd7a28..d6b1fb0190b79e4836b0c5f8b6500346a82c4449 100644 |
--- a/cc/layers/layer.cc |
+++ b/cc/layers/layer.cc |
@@ -1531,7 +1531,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; |
} |