| Index: ui/views/widget/root_view.h
|
| diff --git a/ui/views/widget/root_view.h b/ui/views/widget/root_view.h
|
| index 1016be8ee2b6065beed68e938b8433d3f49d4353..75788234b9b03308fb3579454eb9923e8a1229ca 100644
|
| --- a/ui/views/widget/root_view.h
|
| +++ b/ui/views/widget/root_view.h
|
| @@ -194,6 +194,7 @@ class VIEWS_EXPORT RootView : public View,
|
| View* scroll_gesture_handler_;
|
|
|
| scoped_ptr<internal::PreEventDispatchHandler> pre_dispatch_handler_;
|
| + scoped_ptr<internal::PostEventDispatchHandler> post_dispatch_handler_;
|
|
|
| // Focus ---------------------------------------------------------------------
|
|
|
|
|