Index: cc/layer_tree_host_impl.h |
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
index be31eb90eafda3765acfee4c8c985efec29f2bff..1a56c14413f6316f8b8a4abce9016d5221a2d1e1 100644 |
--- a/cc/layer_tree_host_impl.h |
+++ b/cc/layer_tree_host_impl.h |
@@ -306,7 +306,7 @@ private: |
void dumpRenderSurfaces(std::string*, int indent, const CCLayerImpl*) const; |
scoped_ptr<CCGraphicsContext> m_context; |
- OwnPtr<CCResourceProvider> m_resourceProvider; |
+ scoped_ptr<CCResourceProvider> m_resourceProvider; |
scoped_ptr<CCRenderer> m_renderer; |
scoped_ptr<CCLayerImpl> m_rootLayerImpl; |
CCLayerImpl* m_rootScrollLayerImpl; |