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

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

Issue 8068020: Converts usage of GetBrowserViewForNativeWindow to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 years, 3 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
Index: chrome/browser/ui/views/tabs/dragged_tab_controller.h
diff --git a/chrome/browser/ui/views/tabs/dragged_tab_controller.h b/chrome/browser/ui/views/tabs/dragged_tab_controller.h
index 10ed0d0821070fc315205065c9ce0b9aa56c920f..1e3072841c5464bcb267233cec70b9a1825d00a3 100644
--- a/chrome/browser/ui/views/tabs/dragged_tab_controller.h
+++ b/chrome/browser/ui/views/tabs/dragged_tab_controller.h
@@ -195,9 +195,11 @@ class DraggedTabController : public TabContentsDelegate,
// Handles dragging while the tabs are detached.
void MoveDetached(const gfx::Point& screen_point);
+#if defined(OS_WIN) && !defined(USE_AURA)
// Returns the compatible TabStrip that is under the specified point (screen
// coordinates), or NULL if there is none.
BaseTabStrip* GetTabStripForPoint(const gfx::Point& screen_point);
+#endif
DockInfo GetDockInfoAtPoint(const gfx::Point& screen_point);

Powered by Google App Engine
This is Rietveld 408576698