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

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

Issue 4694008: Make pink's TabContentsWrapper change compile on Windows.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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/gtk/tabs/dragged_tab_controller_gtk.h
===================================================================
--- chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h (revision 66453)
+++ chrome/browser/gtk/tabs/dragged_tab_controller_gtk.h (working copy)
@@ -21,6 +21,7 @@
class DraggedTabGtk;
class TabGtk;
class TabStripGtk;
+class TabContentsWrapper;
class DraggedTabControllerGtk : public NotificationObserver,
public TabContentsDelegate {
@@ -105,7 +106,7 @@
gfx::Point GetWindowCreatePoint() const;
// Sets the TabContents being dragged with the specified |new_contents|.
- void SetDraggedContents(TabContents* new_contents);
+ void SetDraggedContents(TabContentsWrapper* new_contents);
// Move the DraggedTabView according to the current mouse screen position,
// potentially updating the source and other TabStrips.
@@ -199,7 +200,7 @@
NotificationRegistrar registrar_;
// The TabContents being dragged.
- TabContents* dragged_contents_;
+ TabContentsWrapper* dragged_contents_;
// The original TabContentsDelegate of |dragged_contents_|, before it was
// detached from the browser window. We store this so that we can forward

Powered by Google App Engine
This is Rietveld 408576698