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

Unified Diff: ash/wm/workspace/workspace_cycler.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/gestures/long_press_affordance_handler.cc ('k') | ash/wm/workspace/workspace_cycler_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_cycler.cc
diff --git a/ash/wm/workspace/workspace_cycler.cc b/ash/wm/workspace/workspace_cycler.cc
index 7f88fc369876f2fdc214b0bda3086bb1e3aa7cb1..faa093ffe967ecf34b3f72d5ae6256d19303e82f 100644
--- a/ash/wm/workspace/workspace_cycler.cc
+++ b/ash/wm/workspace/workspace_cycler.cc
@@ -31,7 +31,6 @@ bool IsCyclingAllowed() {
WorkspaceCycler::WorkspaceCycler(WorkspaceManager* workspace_manager)
: workspace_manager_(workspace_manager),
- animator_(NULL),
state_(NOT_CYCLING),
scroll_x_(0.0f),
scroll_y_(0.0f) {
« no previous file with comments | « ash/wm/gestures/long_press_affordance_handler.cc ('k') | ash/wm/workspace/workspace_cycler_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698