blob: 13afd7102d4888a3e6b3577f1e0a9943649c8fef [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "mojo/services/public/cpp/view_manager/view_tree_node_observer.h"
#include "base/basictypes.h"
namespace mojo {
namespace view_manager {
////////////////////////////////////////////////////////////////////////////////
// ViewTreeNodeObserver, public:
ViewTreeNodeObserver::TreeChangeParams::TreeChangeParams()
: target(NULL),
old_parent(NULL),
new_parent(NULL),
receiver(NULL),
phase(ViewTreeNodeObserver::DISPOSITION_CHANGING) {}
} // namespace view_manager
} // namespace mojo