| Index: cc/IOSurfaceLayerChromium.h
|
| diff --git a/cc/IOSurfaceLayerChromium.h b/cc/IOSurfaceLayerChromium.h
|
| index 9c353f51fee059f54f72c1e4ca6dc13e2dfe4ed8..f9c4b5f08d48405e059a5a74859f4e2088f4abb6 100644
|
| --- a/cc/IOSurfaceLayerChromium.h
|
| +++ b/cc/IOSurfaceLayerChromium.h
|
| @@ -18,7 +18,7 @@ public:
|
|
|
| void setIOSurfaceProperties(uint32_t ioSurfaceId, const IntSize&);
|
|
|
| - virtual PassOwnPtr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
| + virtual scoped_ptr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
| virtual bool drawsContent() const OVERRIDE;
|
| virtual void pushPropertiesTo(CCLayerImpl*) OVERRIDE;
|
|
|
|
|