Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / ui / v2 / src / view_observer.cc
blob38fbfbfdce10e8cc452570086694e285f203db13
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/v2/public/view_observer.h"
7 #include "base/basictypes.h"
9 namespace v2 {
11 ////////////////////////////////////////////////////////////////////////////////
12 // ViewObserver, public:
14 ViewObserver::TreeChangeParams::TreeChangeParams()
15 : target(NULL),
16 old_parent(NULL),
17 new_parent(NULL),
18 receiver(NULL),
19 phase(ViewObserver::DISPOSITION_CHANGING) {}
21 } // namespace v2