| 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 200bae894b5b41e5c16f95250945d57166df060e..29352c129f9f58baf8c2679f210cf92e16397229 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| @@ -61,7 +61,9 @@ protected:
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ScrollbarThemeAuraTest, ButtonSizeHorizontal);
|
| FRIEND_TEST_ALL_PREFIXES(ScrollbarThemeAuraTest, ButtonSizeVertical);
|
| + FRIEND_TEST_ALL_PREFIXES(ScrollbarThemeAuraTest, NoButtonsReturnsSize0);
|
|
|
| + virtual bool hasScrollbarButtons(ScrollbarOrientation) const;
|
| IntSize buttonSize(const ScrollbarThemeClient&);
|
| };
|
|
|
|
|