blob: 7f9cf392a2417f61e59d0d78aec99e624c02fbb9 [file] [log] [blame]
Avi Drissman3e1a26c2022-09-15 20:26:031// Copyright 2011 The Chromium Authors
[email protected]267c03d2011-02-02 23:03:072// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef UI_GFX_SCROLLBAR_SIZE_H_
6#define UI_GFX_SCROLLBAR_SIZE_H_
[email protected]267c03d2011-02-02 23:03:077
[email protected]d34e4072013-09-05 20:28:308#include "ui/gfx/gfx_export.h"
[email protected]ea47b6a2011-07-17 19:39:429
[email protected]267c03d2011-02-02 23:03:0710namespace gfx {
11
12// This should return the thickness, in pixels, of a scrollbar in web content.
13// This needs to match the values in WebCore's
14// ScrollbarThemeChromiumXXX.cpp::scrollbarThickness().
[email protected]4ffa7892013-09-27 16:56:0615GFX_EXPORT int scrollbar_size();
[email protected]267c03d2011-02-02 23:03:0716
17} // namespace gfx
18
19#endif // UI_GFX_SCROLLBAR_SIZE_H_