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

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

Issue 2099513003: mus: Use the new drag API to implement tab dragging in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dragging-part-1
Patch Set: Rebase to tot Created 4 years, 5 months 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
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder.h ('k') | chrome/browser/ui/views/tabs/window_finder_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/window_finder_mus.h
diff --git a/chrome/browser/ui/views/tabs/window_finder_mus.h b/chrome/browser/ui/views/tabs/window_finder_mus.h
new file mode 100644
index 0000000000000000000000000000000000000000..6bded2d1c7db032c821e2f07d4b9242aa9889b1c
--- /dev/null
+++ b/chrome/browser/ui/views/tabs/window_finder_mus.h
@@ -0,0 +1,24 @@
+// Copyright 2016 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_MUS_H_
+#define CHROME_BROWSER_UI_VIEWS_TABS_WINDOW_FINDER_MUS_H_
+
+#include "chrome/browser/ui/views/tabs/window_finder.h"
+
+class WindowFinderMus : public WindowFinder {
+ public:
+ WindowFinderMus();
+ ~WindowFinderMus() override;
+
+ // Overridden from WindowFinder:
+ gfx::NativeWindow GetLocalProcessWindowAtPoint(
+ const gfx::Point& screen_point,
+ const std::set<gfx::NativeWindow>& ignore) override;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(WindowFinderMus);
+};
+
+#endif // CHROME_BROWSER_UI_VIEWS_TABS_WINDOW_FINDER_MUS_H_
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder.h ('k') | chrome/browser/ui/views/tabs/window_finder_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698