| Index: public/web/mac/WebScrollbarTheme.h
|
| diff --git a/public/web/mac/WebScrollbarTheme.h b/public/web/mac/WebScrollbarTheme.h
|
| index 4ba409d6c4f709b23088c4287a2feb9bfc88e3fd..11e8aac144afc3c923f0de89513e2ab44331c9c4 100644
|
| --- a/public/web/mac/WebScrollbarTheme.h
|
| +++ b/public/web/mac/WebScrollbarTheme.h
|
| @@ -32,8 +32,7 @@
|
| #define WebScrollbarTheme_h
|
|
|
| #include "public/platform/WebCommon.h"
|
| -
|
| -#include <string>
|
| +#include "public/platform/mac/MacScrollTypes.h"
|
|
|
| namespace blink {
|
|
|
| @@ -58,7 +57,7 @@ public:
|
| BLINK_EXPORT static void updateScrollbarsWithNSDefaults(
|
| float initialButtonDelay, float autoscrollButtonDelay,
|
| ScrollerStyle preferredScrollerStyle, bool redraw,
|
| - bool scrollAnimationEnabled, const std::string& buttonPlacement);
|
| + bool scrollAnimationEnabled, ScrollbarButtonsPlacement);
|
| };
|
|
|
| } // namespace blink
|
|
|