Index: cc/CCScrollbarLayerImpl.h |
diff --git a/cc/CCScrollbarLayerImpl.h b/cc/CCScrollbarLayerImpl.h |
index a720718a22a4d94cce0dfb0c612d5372b4a31428..e7cf58417a7ba11d519eaccfc36f5515c3898d44 100644 |
--- a/cc/CCScrollbarLayerImpl.h |
+++ b/cc/CCScrollbarLayerImpl.h |
@@ -19,7 +19,7 @@ class ScrollView; |
class CCScrollbarLayerImpl : public CCLayerImpl { |
public: |
- static PassOwnPtr<CCScrollbarLayerImpl> create(int id); |
+ static scoped_ptr<CCScrollbarLayerImpl> create(int id); |
virtual ~CCScrollbarLayerImpl(); |
CCScrollbarGeometryFixedThumb* scrollbarGeometry() const { return m_geometry.get(); } |