// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/views/test/test_desktop_screen_ozone.h" namespace views::test { namespace { TestDesktopScreenOzone* g_instance = …; } // static std::unique_ptr<display::Screen> TestDesktopScreenOzone::Create() { … } TestDesktopScreenOzone* TestDesktopScreenOzone::GetInstance() { … } gfx::Point TestDesktopScreenOzone::GetCursorScreenPoint() { … } TestDesktopScreenOzone::TestDesktopScreenOzone() { … } TestDesktopScreenOzone::~TestDesktopScreenOzone() { … } } // namespace views::test