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

Unified Diff: cc/CCLayerImpl.h

Issue 11086053: Revert 161133 - [cc] Use base ptr types for cc's CSS animation classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « cc/CCLayerAnimationControllerTest.cpp ('k') | cc/CCLayerTreeHostTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerImpl.h
===================================================================
--- cc/CCLayerImpl.h (revision 161134)
+++ cc/CCLayerImpl.h (working copy)
@@ -387,7 +387,7 @@
FloatRect m_updateRect;
// Manages animations for this layer.
- scoped_ptr<CCLayerAnimationController> m_layerAnimationController;
+ OwnPtr<CCLayerAnimationController> m_layerAnimationController;
// Manages scrollbars for this layer
OwnPtr<CCScrollbarAnimationController> m_scrollbarAnimationController;
« no previous file with comments | « cc/CCLayerAnimationControllerTest.cpp ('k') | cc/CCLayerTreeHostTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698