Chromium Code Reviews| Index: ash/wm/workspace_controller.h |
| diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h |
| index 310c36eda69b7b9703c0e35001e05897819a7534..8d5aee1f0161995daa060a9468c69d94e717fe64 100644 |
| --- a/ash/wm/workspace_controller.h |
| +++ b/ash/wm/workspace_controller.h |
| @@ -42,6 +42,8 @@ class ASH_EXPORT WorkspaceController |
| // Returns the container window for the active workspace, never NULL. |
| aura::Window* GetActiveWorkspaceWindow(); |
| + WorkspaceEventHandler* GetEventHandlerForWindow(aura::Window* window); |
|
sky
2013/03/14 20:34:46
I have tried to keep the surface area of API expos
flackr
2013/03/14 20:42:04
I could cast it to a ToplevelWindowEventHandler* b
|
| + |
| // See description in WorkspaceManager::GetParentForNewWindow(). |
| aura::Window* GetParentForNewWindow(aura::Window* window); |