Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2730)

Unified Diff: cc/CCLayerImpl.h

Issue 11091057: [cc] Use base ptr types for cc's CSS animation classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try to fix win Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/CCLayerImpl.h
diff --git a/cc/CCLayerImpl.h b/cc/CCLayerImpl.h
index 665b000d4bb8783e7a2a50eedb82d8fb3ff27c4d..441ef6e50d00c8b692f1404c92112b63fb6215db 100644
--- a/cc/CCLayerImpl.h
+++ b/cc/CCLayerImpl.h
@@ -387,7 +387,7 @@ private:
FloatRect m_updateRect;
// Manages animations for this layer.
- OwnPtr<CCLayerAnimationController> m_layerAnimationController;
+ scoped_ptr<CCLayerAnimationController> m_layerAnimationController;
// Manages scrollbars for this layer
OwnPtr<CCScrollbarAnimationController> m_scrollbarAnimationController;

Powered by Google App Engine
This is Rietveld 408576698