| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| index fd79f680f3dc1f635a53c5f0c2ee2a864ef937ac..c338e03454cb1b69dd73fe860de416a2fe33c4cc 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef GraphicsLayerDebugInfo_h
|
| #define GraphicsLayerDebugInfo_h
|
|
|
| -#include "base/memory/ref_counted.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/graphics/CompositingReasons.h"
|
| #include "platform/graphics/PaintInvalidationReason.h"
|
| @@ -55,7 +55,7 @@ public:
|
| GraphicsLayerDebugInfo();
|
| ~GraphicsLayerDebugInfo();
|
|
|
| - scoped_refptr<base::trace_event::TracedValue> asTracedValue() const;
|
| + scoped_ptr<base::trace_event::TracedValue> asTracedValue() const;
|
|
|
| CompositingReasons compositingReasons() const { return m_compositingReasons; }
|
| void setCompositingReasons(CompositingReasons reasons) { m_compositingReasons = reasons; }
|
|
|