| Index: views/widget/widget_win.h
|
| ===================================================================
|
| --- views/widget/widget_win.h (revision 26159)
|
| +++ views/widget/widget_win.h (working copy)
|
| @@ -633,6 +633,10 @@
|
| int last_mouse_move_x_;
|
| int last_mouse_move_y_;
|
|
|
| + // Whether the focus should be restored next time we get enabled. Needed to
|
| + // restore focus correctly when Windows modal dialogs are displayed.
|
| + bool restore_focus_when_enabled_;
|
| +
|
| // Instance of accessibility information and handling for MSAA root
|
| CComPtr<IAccessible> accessibility_root_;
|
|
|
|
|
| Property changes on: views\widget\widget_win.h
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/views/widget/widget_win.h:r26135
|
|
|
|
|