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

Unified Diff: ash/wm/gestures/long_press_affordance_handler.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/frame_painter.cc ('k') | ash/wm/workspace/workspace_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/gestures/long_press_affordance_handler.cc
diff --git a/ash/wm/gestures/long_press_affordance_handler.cc b/ash/wm/gestures/long_press_affordance_handler.cc
index 723e3923cda5d58d356253d2e0f6f4fd8cb2b8c4..d35c3f00a4f6895fc72d0434343390903d36e8f0 100644
--- a/ash/wm/gestures/long_press_affordance_handler.cc
+++ b/ash/wm/gestures/long_press_affordance_handler.cc
@@ -240,11 +240,9 @@ class LongPressAffordanceHandler::LongPressAffordanceView
LongPressAffordanceHandler::LongPressAffordanceHandler()
: ui::LinearAnimation(kAffordanceFrameRateHz, this),
- view_(NULL),
tap_down_touch_id_(-1),
tap_down_display_id_(0),
- current_animation_type_(NONE) {
-}
+ current_animation_type_(NONE) {}
LongPressAffordanceHandler::~LongPressAffordanceHandler() {}
« no previous file with comments | « ash/wm/frame_painter.cc ('k') | ash/wm/workspace/workspace_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698