| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index 5a7796c829869f6d373ba23274435bfb4b675c9c..b4fec7ae47a7bbe528a480d25c246475f2343ec6 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1750,8 +1750,7 @@ bool Layer::IsSuitableForGpuRasterization() const {
|
| return true;
|
| }
|
|
|
| -scoped_refptr<base::trace_event::ConvertableToTraceFormat>
|
| -Layer::TakeDebugInfo() {
|
| +scoped_ptr<base::trace_event::ConvertableToTraceFormat> Layer::TakeDebugInfo() {
|
| if (client_)
|
| return client_->TakeDebugInfo(this);
|
| else
|
|
|