Index: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp |
index 85ae04aeee50cd0a57ae8673519fb9aa9416631c..4ce147a7517751746cb5e647e862a59f1f0216f8 100644 |
--- a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp |
@@ -53,9 +53,9 @@ ContentLayerDelegate::~ContentLayerDelegate() |
{ |
} |
-PassRefPtr<TracedValue> toTracedValue(const WebRect& clip) |
+scoped_refptr<TracedValue> toTracedValue(const WebRect& clip) |
{ |
- RefPtr<TracedValue> tracedValue = TracedValue::create(); |
+ scoped_refptr<TracedValue> tracedValue = TracedValue::create(); |
tracedValue->beginArray("clip_rect"); |
tracedValue->pushInteger(clip.x); |
tracedValue->pushInteger(clip.y); |