diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 22:19:17 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 22:19:17 +0000 |
commit | bd1ad684dee1355226c5f6946034369b98186a55 (patch) | |
tree | f96a5a2e95a8a14aa35dd07a94578d5cc66d0c02 /chrome/common/platform_util.h | |
parent | f363a3a828686f6aad65501abe7b33b0d4d13d32 (diff) | |
download | chromium_src-bd1ad684dee1355226c5f6946034369b98186a55.zip chromium_src-bd1ad684dee1355226c5f6946034369b98186a55.tar.gz chromium_src-bd1ad684dee1355226c5f6946034369b98186a55.tar.bz2 |
GTK: Add download shelf first show animation.
http://crbug.com/8631
Review URL: http://codereview.chromium.org/113428
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/platform_util.h')
-rw-r--r-- | chrome/common/platform_util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/platform_util.h b/chrome/common/platform_util.h index bb10140..c4a46b7 100644 --- a/chrome/common/platform_util.h +++ b/chrome/common/platform_util.h @@ -24,6 +24,11 @@ string16 GetWindowTitle(gfx::NativeWindow window); // Returns true if |window| is the foreground top level window. bool IsWindowActive(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. +bool IsVisible(gfx::NativeView view); + } #endif // CHROME_COMMON_PLATFORM_UTIL_H_ |