diff options
Diffstat (limited to 'chrome/browser/platform_util.h')
-rw-r--r-- | chrome/browser/platform_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/platform_util.h b/chrome/browser/platform_util.h index b75e7ff..4ab45b2 100644 --- a/chrome/browser/platform_util.h +++ b/chrome/browser/platform_util.h @@ -29,6 +29,9 @@ gfx::NativeWindow GetTopLevel(gfx::NativeView view); // Returns true if |window| is the foreground top level window. bool IsWindowActive(gfx::NativeWindow window); +// Activate the window, bringing it to the foreground top level. +void ActivateWindow(gfx::NativeWindow window); + // Returns true if the view is visible. The exact definition of this is // platform-specific, but it is generally not "visible to the user", rather // whether the view has the visible attribute set. |