Revert of Mandoline UI Process: Update namespaces and file names (patchset #9 id...
[chromium-blink-merge.git] / components / mus / public / cpp / lib / view_observer.cc
bloba216da95684e209c9313b31d727a595c1abbb302
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 "components/mus/public/cpp/view_observer.h"
7 namespace mojo {
9 ////////////////////////////////////////////////////////////////////////////////
10 // ViewObserver, public:
12 ViewObserver::TreeChangeParams::TreeChangeParams()
13 : target(nullptr),
14 old_parent(nullptr),
15 new_parent(nullptr),
16 receiver(nullptr) {}
18 } // namespace mojo