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

Unified Diff: chrome/browser/views/tabs/dragged_tab_view.h

Issue 115475: Refactors HWNDPhotobooth into NativeViewPhotobooth and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/views/tabs/dragged_tab_controller.cc ('k') | chrome/browser/views/tabs/dragged_tab_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/dragged_tab_view.h
===================================================================
--- chrome/browser/views/tabs/dragged_tab_view.h (revision 16306)
+++ chrome/browser/views/tabs/dragged_tab_view.h (working copy)
@@ -18,7 +18,7 @@
namespace gfx {
class Point;
}
-class HWNDPhotobooth;
+class NativeViewPhotobooth;
class Tab;
class TabContents;
class TabRenderer;
@@ -39,7 +39,7 @@
void Attach(int selected_width);
// Notifies the DraggedTabView that it has been detached from a TabStrip.
- void Detach(HWNDPhotobooth* photobooth);
+ void Detach(NativeViewPhotobooth* photobooth);
// Notifies the DraggedTabView that it should update itself.
void Update();
@@ -103,7 +103,7 @@
// A handle to the DIB containing the current screenshot of the TabContents
// we are dragging.
- HWNDPhotobooth* photobooth_;
+ NativeViewPhotobooth* photobooth_;
// The dimensions of the TabContents being dragged.
gfx::Size contents_size_;
« no previous file with comments | « chrome/browser/views/tabs/dragged_tab_controller.cc ('k') | chrome/browser/views/tabs/dragged_tab_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698