| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 32ac6eeb4f939b115b0e1cde93f01abcc2d49b03..eeea1e13c0cf03f34dc457800e6e4d3825d0672d 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -462,8 +462,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| void NotifyPinnedStateChanged(WmWindow* pinned_window);
|
|
|
| // Notifies observers that the virtual keyboard has been
|
| - // activated/deactivated.
|
| - void NotifyVirtualKeyboardActivated(bool activated);
|
| + // activated/deactivated for |root_window|.
|
| + void NotifyVirtualKeyboardActivated(bool activated, WmWindow* root_window);
|
|
|
| // Notifies observers that the shelf was created for |root_window|.
|
| // TODO(jamescook): Move to Shelf.
|
|
|