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

Unified Diff: chrome/browser/views/tabs/dragged_tab_controller.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/browser_views.vcproj ('k') | chrome/browser/views/tabs/dragged_tab_controller.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_controller.h
===================================================================
--- chrome/browser/views/tabs/dragged_tab_controller.h (revision 16306)
+++ chrome/browser/views/tabs/dragged_tab_controller.h (working copy)
@@ -20,7 +20,7 @@
}
class BrowserWindow;
class DraggedTabView;
-class HWNDPhotobooth;
+class NativeViewPhotobooth;
class SkBitmap;
class Tab;
class TabStrip;
@@ -258,7 +258,7 @@
// The photo-booth the TabContents sits in when the Tab is detached, to
// obtain screen shots.
- scoped_ptr<HWNDPhotobooth> photobooth_;
+ scoped_ptr<NativeViewPhotobooth> photobooth_;
// The position of the mouse (in screen coordinates) at the start of the drag
// operation. This is used to calculate minimum elasticity before a
« no previous file with comments | « chrome/browser/views/browser_views.vcproj ('k') | chrome/browser/views/tabs/dragged_tab_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698