Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3078)

Unified Diff: chrome/browser/ui/views/tabs/window_finder_impl.h

Issue 1421083003: Introduces window_finder_android.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reviews Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/tabs/window_finder_impl.h
diff --git a/chrome/browser/ui/views/tabs/window_finder_impl.h b/chrome/browser/ui/views/tabs/window_finder_impl.h
new file mode 100644
index 0000000000000000000000000000000000000000..17e16cabc36db10289555af10eaf226cebc65e9a
--- /dev/null
+++ b/chrome/browser/ui/views/tabs/window_finder_impl.h
@@ -0,0 +1,22 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_UI_VIEWS_TABS_WINDOW_FINDER_IMPL_H_
+#define CHROME_BROWSER_UI_VIEWS_TABS_WINDOW_FINDER_IMPL_H_
+
+#include <set>
+
+#include "ui/gfx/native_widget_types.h"
+
+namespace gfx {
+class Point;
+}
+
+gfx::NativeWindow GetLocalProcessWindowAtPointImpl(
+ const gfx::Point& screen_point,
+ const std::set<gfx::NativeWindow>& ignore,
+ const std::set<int>& ignore_ids,
+ gfx::NativeWindow window);
+
+#endif // CHROME_BROWSER_UI_VIEWS_TABS_WINDOW_FINDER_IMPL_H_
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder_chromeos.cc ('k') | chrome/browser/ui/views/tabs/window_finder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698