| Index: chrome/browser/platform_util_win.cc
|
| diff --git a/chrome/browser/platform_util_win.cc b/chrome/browser/platform_util_win.cc
|
| index 251cb9c57093dad6679e98cfd080d95e05f4c273..8f211e28fe93aaca0338a294d30d44e8b2c62f5c 100644
|
| --- a/chrome/browser/platform_util_win.cc
|
| +++ b/chrome/browser/platform_util_win.cc
|
| @@ -174,6 +174,7 @@ void OpenExternal(const GURL& url) {
|
| }
|
| }
|
|
|
| +#if !defined(USE_AURA)
|
| gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
|
| return ::GetAncestor(view, GA_ROOT);
|
| }
|
| @@ -194,5 +195,6 @@ bool IsVisible(gfx::NativeView view) {
|
| // MSVC complains if we don't include != 0.
|
| return ::IsWindowVisible(view) != 0;
|
| }
|
| +#endif
|
|
|
| } // namespace platform_util
|
|
|