chromium/ui/views/corewm/test/tooltip_aura_test_api.h

// Copyright 2016 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_VIEWS_COREWM_TEST_TOOLTIP_AURA_TEST_API_H_
#define UI_VIEWS_COREWM_TEST_TOOLTIP_AURA_TEST_API_H_

#include <stddef.h>

#include "base/memory/raw_ptr.h"

namespace gfx {
class Point;
class Rect;
class RenderText;
class Size;
}

namespace ui {
struct AXNodeData;
}

namespace views::corewm {
class TooltipAura;
enum class TooltipTrigger;

namespace test {

class TooltipAuraTestApi {};

}  // namespace test
}  // namespace views::corewm

#endif  // UI_VIEWS_COREWM_TEST_TOOLTIP_AURA_TEST_API_H_