Linux: Depend on liberation-fonts package for RPMs.
[chromium-blink-merge.git] / components / mus / public / cpp / lib / view_observer.cc
blob40367eaeca54f6dd3342d78b716a17f0d2130e74
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 mus {
9 ////////////////////////////////////////////////////////////////////////////////
10 // ViewObserver, public:
12 ViewObserver::TreeChangeParams::TreeChangeParams()
13 : target(nullptr),
14 old_parent(nullptr),
15 new_parent(nullptr),
16 receiver(nullptr) {}
18 } // namespace mus