| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index d6859198543723a4e29edd42eaced97e77ba7872..945e8f9e67a0ca268fb512359f71b68bec038724 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -89,8 +89,7 @@ static PaintInvalidationTrackingMap& paintInvalidationTrackingMap()
|
|
|
| PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
|
| {
|
| - OwnPtr<GraphicsLayer> layer = adoptPtr(new GraphicsLayer(client));
|
| - return layer.release();
|
| + return adoptPtr(new GraphicsLayer(client));
|
| }
|
|
|
| GraphicsLayer::GraphicsLayer(GraphicsLayerClient* client)
|
|
|