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

Unified Diff: cc/CCScrollbarAnimationControllerLinearFadeTest.cpp

Issue 11076013: [cc] Store CCLayerImpls as scoped_ptrs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments 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/CCRendererGLTest.cpp ('k') | cc/CCScrollbarLayerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
diff --git a/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp b/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
index d4b7860000901bdc0416b0237505c55fafe8719d..e586214fdbf356dd8e19c0ef2f2acf82104746c0 100644
--- a/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
+++ b/cc/CCScrollbarAnimationControllerLinearFadeTest.cpp
@@ -34,9 +34,9 @@ protected:
DebugScopedSetImplThread implThread;
OwnPtr<CCScrollbarAnimationControllerLinearFade> m_scrollbarController;
- OwnPtr<CCLayerImpl> m_scrollLayer;
+ scoped_ptr<CCLayerImpl> m_scrollLayer;
CCLayerImpl* m_contentLayer;
- OwnPtr<CCScrollbarLayerImpl> m_scrollbarLayer;
+ scoped_ptr<CCScrollbarLayerImpl> m_scrollbarLayer;
};
« no previous file with comments | « cc/CCRendererGLTest.cpp ('k') | cc/CCScrollbarLayerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698