#include "ui/aura/test/aura_test_utils.h"
#include "base/memory/raw_ptr.h"
#include <utility>
#include "ui/aura/native_window_occlusion_tracker.h"
#include "ui/aura/window_event_dispatcher.h"
#include "ui/aura/window_tree_host.h"
namespace aura {
namespace test {
class WindowTreeHostTestApi { … };
const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host) { … }
void SetHostDispatcher(WindowTreeHost* host,
std::unique_ptr<WindowEventDispatcher> dispatcher) { … }
void DisableIME(WindowTreeHost* host) { … }
void DisableNativeWindowOcclusionTracking(WindowTreeHost* host) { … }
const base::flat_set<raw_ptr<WindowTreeHost, CtnExperimental>>&
GetThrottledHosts() { … }
bool AcceleratedWidgetMadeVisible(WindowTreeHost* host) { … }
}
}