// 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. #ifndef UI_OZONE_PLATFORM_WAYLAND_TEST_WAYLAND_CONNECTION_TEST_API_H_ #define UI_OZONE_PLATFORM_WAYLAND_TEST_WAYLAND_CONNECTION_TEST_API_H_ #include <memory> #include <utility> #include "base/memory/raw_ptr.h" #include "ui/ozone/platform/wayland/host/wayland_connection.h" #include "ui/ozone/platform/wayland/host/wayland_cursor_shape.h" #include "ui/ozone/platform/wayland/host/wayland_zcr_cursor_shapes.h" namespace ui { // Allows tests to get and override internal implementation details of // WaylandConnection. class WaylandConnectionTestApi { … }; } // namespace ui #endif // UI_OZONE_PLATFORM_WAYLAND_TEST_WAYLAND_CONNECTION_TEST_API_H_