cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / components / view_manager / public / cpp / lib / view_observer.cc
blob8c6fcaac2cdc46ff2563952bdca1c5b27c93dde8
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/view_manager/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) {
19 } // namespace mojo