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

Unified Diff: ash/wm/workspace/workspace_cycler_animator.cc

Issue 16968003: Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « ash/wm/workspace/workspace_cycler.cc ('k') | ash/wm/workspace/workspace_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_cycler_animator.cc
diff --git a/ash/wm/workspace/workspace_cycler_animator.cc b/ash/wm/workspace/workspace_cycler_animator.cc
index 1a0c3c3e05861aabc7c8937327b9d865d5990ed4..1d6f775f5632fb9dccbc0995ebe82850c56059e0 100644
--- a/ash/wm/workspace/workspace_cycler_animator.cc
+++ b/ash/wm/workspace/workspace_cycler_animator.cc
@@ -362,10 +362,7 @@ WorkspaceCyclerAnimator::WorkspaceCyclerAnimator(Delegate* delegate)
initial_active_workspace_index_(0),
selected_workspace_index_(0),
scroll_delta_(0),
- animation_type_(NONE),
- launcher_background_controller_(NULL),
- style_calculator_(NULL) {
-}
+ animation_type_(NONE) {}
WorkspaceCyclerAnimator::~WorkspaceCyclerAnimator() {
StopObservingImplicitAnimations();
« no previous file with comments | « ash/wm/workspace/workspace_cycler.cc ('k') | ash/wm/workspace/workspace_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698