| Index: ui/views/controls/scrollbar/scroll_bar.h
|
| diff --git a/ui/views/controls/scrollbar/scroll_bar.h b/ui/views/controls/scrollbar/scroll_bar.h
|
| index 8d7ff13dbebda0d5c340de55dae979a6c82451b1..e9415a25b1116f338a9266987eb4814d6a8639c6 100644
|
| --- a/ui/views/controls/scrollbar/scroll_bar.h
|
| +++ b/ui/views/controls/scrollbar/scroll_bar.h
|
| @@ -43,6 +43,10 @@ class VIEWS_EXPORT ScrollBarController {
|
| virtual int GetScrollIncrement(ScrollBar* source,
|
| bool is_page,
|
| bool is_positive) = 0;
|
| +
|
| + // Invoked by the scroll bar when it receives a ui::ScrollEvent. Typically
|
| + // these should be treated the same as events received over the viewport.
|
| + virtual void OnScrollEventFromScrollBar(ui::ScrollEvent* event) = 0;
|
| };
|
|
|
| /////////////////////////////////////////////////////////////////////////////
|
|
|