| Index: content/renderer/webscrollbarbehavior_impl_mac.h
|
| diff --git a/content/renderer/webscrollbarbehavior_impl_mac.h b/content/renderer/webscrollbarbehavior_impl_mac.h
|
| index efb3f6e60401de961d5d6a00615b8edee9cb597c..e2bc491bcfcda7fd16b8c96050bd26039bbf8ca0 100644
|
| --- a/content/renderer/webscrollbarbehavior_impl_mac.h
|
| +++ b/content/renderer/webscrollbarbehavior_impl_mac.h
|
| @@ -13,7 +13,7 @@ class WebScrollbarBehaviorImpl : public blink::WebScrollbarBehavior {
|
| public:
|
| WebScrollbarBehaviorImpl();
|
|
|
| - bool shouldCenterOnThumb(blink::WebScrollbarBehavior::Button mouseButton,
|
| + bool shouldCenterOnThumb(blink::WebPointerProperties::Button mouseButton,
|
| bool shiftKeyPressed,
|
| bool altKeyPressed) override;
|
|
|
|
|