| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| index 78e625241734e260e1381f51e4eb129544fafac4..200bae894b5b41e5c16f95250945d57166df060e 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef ScrollbarThemeAura_h
|
| #define ScrollbarThemeAura_h
|
|
|
| +#include "base/gtest_prod_util.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
|
|
| namespace blink {
|
| @@ -58,6 +59,9 @@ protected:
|
| ScrollbarPart invalidateOnThumbPositionChange(const ScrollbarThemeClient&, float oldPosition, float newPosition) const override;
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(ScrollbarThemeAuraTest, ButtonSizeHorizontal);
|
| + FRIEND_TEST_ALL_PREFIXES(ScrollbarThemeAuraTest, ButtonSizeVertical);
|
| +
|
| IntSize buttonSize(const ScrollbarThemeClient&);
|
| };
|
|
|
|
|