chromium/ui/aura/test/aura_test_utils.cc

// Copyright 2014 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/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) {}

}  // namespace test
}  // namespace aura