| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index a565bc65fa5e6af761b653b886a8700593c2c77a..603b773f9109f94f644e102f659d5c011ccc0b2e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -251,7 +251,7 @@ public:
|
| void didScroll() override;
|
|
|
| // cc::LayerClient implementation.
|
| - scoped_refptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(cc::Layer*) override;
|
| + scoped_ptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(cc::Layer*) override;
|
|
|
| PaintController& paintController();
|
|
|
|
|