// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_PUBLIC_PROVIDER_CHROME_BROWSER_FULLSCREEN_FULLSCREEN_API_H_
#define IOS_PUBLIC_PROVIDER_CHROME_BROWSER_FULLSCREEN_FULLSCREEN_API_H_
namespace ios {
namespace provider {
// Returns whether smooth scrolling of the default view port is supported.
bool IsFullscreenSmoothScrollingSupported();
} // namespace provider
} // namespace ios
#endif // IOS_PUBLIC_PROVIDER_CHROME_BROWSER_FULLSCREEN_FULLSCREEN_API_H_