blob: 58f1da18ebacd51a2e2f5f0dc82c4d2a73dee003 [file] [log] [blame]
// Copyright 2017 The Fuchsia 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 "lib/ui/tests/mocks/mock_view_tree_listener.h"
namespace mozart {
namespace test {
MockViewTreeListener::MockViewTreeListener() {}
MockViewTreeListener::~MockViewTreeListener() {}
} // namespace test
} // namespace mozart