| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index a7365d822e4ca8c54089ac76f22e475f1576ca0a..576e5a394724ff87e20b88be9a3226ff02598931 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -10,7 +10,6 @@
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/system/user/login_status.h"
|
| -#include "ash/wm/cursor_delegate.h"
|
| #include "ash/wm/cursor_manager.h"
|
| #include "ash/wm/shelf_types.h"
|
| #include "ash/wm/system_modal_container_event_filter_delegate.h"
|
| @@ -114,8 +113,7 @@ class WorkspaceController;
|
| //
|
| // Upon creation, the Shell sets itself as the RootWindow's delegate, which
|
| // takes ownership of the Shell.
|
| -class ASH_EXPORT Shell : CursorDelegate,
|
| - internal::SystemModalContainerEventFilterDelegate {
|
| +class ASH_EXPORT Shell : internal::SystemModalContainerEventFilterDelegate{
|
| public:
|
| typedef std::vector<aura::RootWindow*> RootWindowList;
|
| typedef std::vector<internal::RootWindowController*> RootWindowControllerList;
|
| @@ -399,10 +397,6 @@ class ASH_EXPORT Shell : CursorDelegate,
|
| void InitLayoutManagersForPrimaryDisplay(
|
| internal::RootWindowController* root_window_controller);
|
|
|
| - // aura::CursorManager::Delegate overrides:
|
| - virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
|
| - virtual void ShowCursor(bool visible) OVERRIDE;
|
| -
|
| // ash::internal::SystemModalContainerEventFilterDelegate overrides:
|
| virtual bool CanWindowReceiveEvents(aura::Window* window) OVERRIDE;
|
|
|
|
|