Index: cc/CCSingleThreadProxy.cpp |
diff --git a/cc/CCSingleThreadProxy.cpp b/cc/CCSingleThreadProxy.cpp |
index 42451e12041f97b7ecdc1adccf9d002ee8d55ad0..7f89cf5a75827741f568cb6ba1f4ffe7bd7b82b6 100644 |
--- a/cc/CCSingleThreadProxy.cpp |
+++ b/cc/CCSingleThreadProxy.cpp |
@@ -207,7 +207,7 @@ void CCSingleThreadProxy::doCommit(PassOwnPtr<CCTextureUpdateQueue> queue) |
#if !ASSERT_DISABLED |
// In the single-threaded case, the scroll deltas should never be |
// touched on the impl layer tree. |
- OwnPtr<CCScrollAndScaleSet> scrollInfo = m_layerTreeHostImpl->processScrollDeltas(); |
+ scoped_ptr<CCScrollAndScaleSet> scrollInfo = m_layerTreeHostImpl->processScrollDeltas(); |
ASSERT(!scrollInfo->scrolls.size()); |
#endif |