Index: chrome/common/platform_util_win.cc |
=================================================================== |
--- chrome/common/platform_util_win.cc (revision 12923) |
+++ chrome/common/platform_util_win.cc (working copy) |
@@ -13,6 +13,7 @@ |
#include "base/file_path.h" |
#include "base/file_util.h" |
+#include "base/gfx/native_widget_types.h" |
#include "base/logging.h" |
#include "chrome/common/win_util.h" |
@@ -80,4 +81,8 @@ |
highlight, NULL); |
} |
+gfx::NativeWindow GetTopLevel(gfx::NativeView view) { |
+ return GetAncestor(view, GA_ROOT); |
+} |
+ |
} // namespace platform_util |