summaryrefslogtreecommitdiffstats
path: root/ash/wm/frame_painter.cc
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-13 18:19:42 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-13 18:19:42 +0000
commitf766a70dda65952faf951ea4c9b963f2f169e4d3 (patch)
tree08a0cbc97dea7cd8e2600ba93306cddd58e33ecb /ash/wm/frame_painter.cc
parent7a62edfd236e00645c34b7a40a775e4af3b81587 (diff)
downloadchromium_src-f766a70dda65952faf951ea4c9b963f2f169e4d3.zip
chromium_src-f766a70dda65952faf951ea4c9b963f2f169e4d3.tar.gz
chromium_src-f766a70dda65952faf951ea4c9b963f2f169e4d3.tar.bz2
Rewrite scoped_ptr<T>(NULL) to use the default ctor in ash/.
This is the result of running the rewrite_scoped_ptr_ctor_null tool across all files built on CrOS in the ash/ directory. BUG=173286 Review URL: https://chromiumcodereview.appspot.com/16968003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/frame_painter.cc')
-rw-r--r--ash/wm/frame_painter.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc
index bcb5352..712594f 100644
--- a/ash/wm/frame_painter.cc
+++ b/ash/wm/frame_painter.cc
@@ -230,9 +230,7 @@ FramePainter::FramePainter()
crossfade_theme_frame_id_(0),
crossfade_theme_frame_overlay_id_(0),
crossfade_opacity_(0),
- crossfade_animation_(NULL),
- size_button_behavior_(SIZE_BUTTON_MAXIMIZES) {
-}
+ size_button_behavior_(SIZE_BUTTON_MAXIMIZES) {}
FramePainter::~FramePainter() {
// Sometimes we are destroyed before the window closes, so ensure we clean up.