| Index: cc/IOSurfaceLayerChromium.h
|
| ===================================================================
|
| --- cc/IOSurfaceLayerChromium.h (revision 160631)
|
| +++ cc/IOSurfaceLayerChromium.h (working copy)
|
| @@ -18,7 +18,7 @@
|
|
|
| void setIOSurfaceProperties(uint32_t ioSurfaceId, const IntSize&);
|
|
|
| - virtual scoped_ptr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
| + virtual PassOwnPtr<CCLayerImpl> createCCLayerImpl() OVERRIDE;
|
| virtual bool drawsContent() const OVERRIDE;
|
| virtual void pushPropertiesTo(CCLayerImpl*) OVERRIDE;
|
|
|
|
|