blob: 9469c0c4a443dc56359312422a04a15bcab6d670 [file] [log] [blame]
// Copyright 2016 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 "ui/views/test/native_widget_factory.h"
#include "ui/views/mus/window_manager_connection.h"
namespace views {
namespace test {
NativeWidget* CreatePlatformDesktopNativeWidgetImpl(
const Widget::InitParams& init_params,
Widget* widget,
bool* destroyed) {
return WindowManagerConnection::Get()->CreateNativeWidgetMus(
std::map<std::string, std::vector<uint8_t>>(), init_params, widget);
}
} // namespace test
} // namespace views