| Index: ui/aura/window.h
|
| ===================================================================
|
| --- ui/aura/window.h (revision 169793)
|
| +++ ui/aura/window.h (working copy)
|
| @@ -40,7 +40,6 @@
|
|
|
| namespace aura {
|
|
|
| -class FocusManager;
|
| class LayoutManager;
|
| class RootWindow;
|
| class WindowDelegate;
|
| @@ -307,11 +306,6 @@
|
| // Returns true if the Window can receive events.
|
| virtual bool CanReceiveEvents() const;
|
|
|
| - // Returns the FocusManager for the Window, which may be attached to a parent
|
| - // Window. Can return NULL if the Window has no FocusManager.
|
| - virtual FocusManager* GetFocusManager();
|
| - virtual const FocusManager* GetFocusManager() const;
|
| -
|
| // Does a capture on the window. This does nothing if the window isn't showing
|
| // (VISIBILITY_SHOWN) or isn't contained in a valid window hierarchy.
|
| void SetCapture();
|
|
|