| Index: cc/CCLayerImpl.h
|
| diff --git a/cc/CCLayerImpl.h b/cc/CCLayerImpl.h
|
| index 65e12f3a08db74f8706021a9fc2b88c08521cb72..2be7410f12791387d67d2c90e47ebb4fcbe55079 100644
|
| --- a/cc/CCLayerImpl.h
|
| +++ b/cc/CCLayerImpl.h
|
| @@ -71,7 +71,7 @@ public:
|
| CCLayerTreeHostImpl* layerTreeHostImpl() const { return m_layerTreeHostImpl; }
|
| void setLayerTreeHostImpl(CCLayerTreeHostImpl* hostImpl) { m_layerTreeHostImpl = hostImpl; }
|
|
|
| - PassOwnPtr<CCSharedQuadState> createSharedQuadState() const;
|
| + scoped_ptr<CCSharedQuadState> createSharedQuadState() const;
|
| // willDraw must be called before appendQuads. If willDraw is called,
|
| // didDraw is guaranteed to be called before another willDraw or before
|
| // the layer is destroyed. To enforce this, any class that overrides
|
|
|