blob: 5834cffc5a0edd93be9d4e0779ac195d073cfe24 [file] [log] [blame]
// Copyright 2013 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/widget/desktop_aura/desktop_window_tree_host.h"
namespace views {
DesktopWindowTreeHost* DesktopWindowTreeHost::Create(
internal::NativeWidgetDelegate* native_widget_delegate,
DesktopNativeWidgetAura* desktop_native_widget_aura) {
NOTREACHED() << "Ozone builds should use DesktopWindowTreeHostMus codepath.";
return nullptr;
}
} // namespace views