Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f
[chromium-blink-merge.git] / mojo / services / view_manager / public / cpp / lib / view_observer.cc
blob0e57dcb9b075a01429f6eb5ebac76839fabfa8a7
1 // Copyright 2014 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 "mojo/services/view_manager/public/cpp/view_observer.h"
7 #include "base/basictypes.h"
9 namespace mojo {
11 ////////////////////////////////////////////////////////////////////////////////
12 // ViewObserver, public:
14 ViewObserver::TreeChangeParams::TreeChangeParams()
15 : target(NULL),
16 old_parent(NULL),
17 new_parent(NULL),
18 receiver(NULL) {}
20 } // namespace mojo