// 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 CONTENT_BROWSER_ACCESSIBILITY_HIT_TESTING_BROWSERTEST_H_ #define CONTENT_BROWSER_ACCESSIBILITY_HIT_TESTING_BROWSERTEST_H_ #include "content/browser/accessibility/accessibility_content_browsertest.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/geometry/point.h" namespace gfx { class Point; } // namespace gfx namespace content { class AccessibilityHitTestingBrowserTest : public AccessibilityContentBrowserTest, public ::testing::WithParamInterface<double> { … }; } // namespace content #endif // CONTENT_BROWSER_ACCESSIBILITY_HIT_TESTING_BROWSERTEST_H_