| Index: views/window/window.h
|
| ===================================================================
|
| --- views/window/window.h (revision 55530)
|
| +++ views/window/window.h (working copy)
|
| @@ -93,9 +93,13 @@
|
| virtual void DisableInactiveRendering() = 0;
|
| #endif
|
|
|
| - // Activate the window, assuming it already exists and is visible.
|
| + // Activates the window, assuming it already exists and is visible.
|
| virtual void Activate() = 0;
|
|
|
| + // Deactivates the window, making the next window in the Z order the active
|
| + // window.
|
| + virtual void Deactivate() = 0;
|
| +
|
| // Closes the window, ultimately destroying it. This isn't immediate (it
|
| // occurs after a return to the message loop. Implementors must also make sure
|
| // that invoking Close multiple times doesn't cause bad things to happen,
|
|
|