@@ -42,7 +42,7 @@ class ScrollView : public BaseView {
4242#endif // BUILDFLAG(IS_MAC)
4343
4444#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_MAC)
45- void OnDidScroll (NativeView* observed_view) override ;
45+ void OnDidScroll (NativeView* observed_view) override ;
4646#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_MAC)
4747
4848 void SetContentView (v8::Local<v8::Value> value);
@@ -63,9 +63,8 @@ void OnDidScroll(NativeView* observed_view) override;
6363 void SetScrollPosition (gfx::Point point);
6464 gfx::Point GetScrollPosition () const ;
6565 gfx::Point GetMaximumScrollPosition () const ;
66- void ScrollToPoint (gfx::Point point, const gin_helper::Dictionary& options);
67- void ScrollPointToCenter (gfx::Point point,
68- const gin_helper::Dictionary& options);
66+ void ScrollToPoint (gfx::Point point, const AnimationOptions& options);
67+ void ScrollPointToCenter (gfx::Point point, const AnimationOptions& options);
6968 void SetOverlayScrollbar (bool overlay);
7069 bool IsOverlayScrollbar () const ;
7170 void SetScrollWheelFactor (double factor);
@@ -82,8 +81,8 @@ void OnDidScroll(NativeView* observed_view) override;
8281 bool GetDrawOverflowIndicator () const ;
8382#endif
8483#if defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_MAC)
85- void SetScrollEventsEnabled (bool enable);
86- bool IsScrollEventsEnabled ();
84+ void SetScrollEventsEnabled (bool enable);
85+ bool IsScrollEventsEnabled ();
8786#endif // defined(TOOLKIT_VIEWS) || BUILDFLAG(IS_MAC)
8887
8988 private:
0 commit comments