Chromium Code Reviews| Index: cc/tiled_layer.h |
| diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h |
| index adf89032fc8bf680b482734e81566019bd53718b..aa57819a72885a346aa3e7bc66e907c0fbf023da 100644 |
| --- a/cc/tiled_layer.h |
| +++ b/cc/tiled_layer.h |
| @@ -94,7 +94,7 @@ private: |
| LayerTextureUpdater::SampledTexelFormat m_sampledTexelFormat; |
| TilingOption m_tilingOption; |
| - OwnPtr<CCLayerTilingData> m_tiler; |
| + scoped_ptr<CCLayerTilingData> m_tiler; |
| }; |
| } |