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

Unified Diff: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h

Issue 165463003: Copies DockInfoGtk into WindowFinder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
diff --git a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
index a2a384a3397f30626d5d56fc48117ccaa8118f7c..487eed19da06f6e1f11e63d4394b551a64a04f83 100644
--- a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
+++ b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
@@ -15,7 +15,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/timer/timer.h"
#include "chrome/browser/ui/gtk/tabs/drag_data.h"
-#include "chrome/browser/ui/tabs/dock_info.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/web_contents_delegate.h"
@@ -217,6 +216,10 @@ class DraggedTabControllerGtk : public content::NotificationObserver,
// |source_tabstrip_|.
bool AreTabsConsecutive();
+ // Returns the NativeWindow at the specified point, not including the window
+ // being dragged.
+ gfx::NativeWindow GetLocalProcessWindow(const gfx::Point& screen_point);
+
// Handles registering for notifications.
content::NotificationRegistrar registrar_;
@@ -255,12 +258,6 @@ class DraggedTabControllerGtk : public content::NotificationObserver,
// True until |MoveAttached| is invoked once.
bool initial_move_;
- // DockInfo for the tabstrip.
- DockInfo dock_info_;
-
- typedef std::set<GtkWidget*> DockWindows;
- DockWindows dock_windows_;
-
// Timer used to bring the window under the cursor to front. If the user
// stops moving the mouse for a brief time over a browser window, it is
// brought to front.
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698