Index: cc/layers/layer.cc |
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
index 1a22d9254a9b5bded9b1560c4769760efa57779d..f1be7b19b1e52682f59149eea9c1983ef0d80fc5 100644 |
--- a/cc/layers/layer.cc |
+++ b/cc/layers/layer.cc |
@@ -1071,7 +1071,7 @@ bool Layer::IsSuitableForGpuRasterization() const { |
return true; |
} |
-scoped_refptr<base::debug::ConvertableToTraceFormat> Layer::TakeDebugInfo() { |
+scoped_refptr<LayerDebugInfo> Layer::TakeDebugInfo() { |
if (client_) |
return client_->TakeDebugInfo(); |
else |