// Copyright 2017 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_TEST_TEST_OVERSCROLL_DELEGATE_H_ #define CONTENT_TEST_TEST_OVERSCROLL_DELEGATE_H_ #include <optional> #include <vector> #include "content/browser/renderer_host/overscroll_controller.h" #include "content/browser/renderer_host/overscroll_controller_delegate.h" #include "ui/gfx/geometry/size.h" namespace content { class TestOverscrollDelegate : public OverscrollControllerDelegate { … }; } // namespace content #endif // CONTENT_TEST_TEST_OVERSCROLL_DELEGATE_H_