diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 21:22:51 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 21:22:51 +0000 |
commit | 434ff6a6e51ac0c1853c6b0ade3af6cfea8092de (patch) | |
tree | c0fc0a599d9f38d0b98ed994e533c8b38d21ce2e /chrome/browser/views/tabs/dragged_tab_view.cc | |
parent | 39797c02ac4020c0537166b3311a57e6d0c296ac (diff) | |
download | chromium_src-434ff6a6e51ac0c1853c6b0ade3af6cfea8092de.zip chromium_src-434ff6a6e51ac0c1853c6b0ade3af6cfea8092de.tar.gz chromium_src-434ff6a6e51ac0c1853c6b0ade3af6cfea8092de.tar.bz2 |
Refactors HWNDPhotobooth into NativeViewPhotobooth and
NativeViewPhotoboothWin.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/115475
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/tabs/dragged_tab_view.cc')
-rw-r--r-- | chrome/browser/views/tabs/dragged_tab_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/tabs/dragged_tab_view.cc b/chrome/browser/views/tabs/dragged_tab_view.cc index 87b96c45..2c5d7dd 100644 --- a/chrome/browser/views/tabs/dragged_tab_view.cc +++ b/chrome/browser/views/tabs/dragged_tab_view.cc @@ -7,7 +7,7 @@ #include "app/gfx/canvas.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/tabs/tab_strip_model.h" -#include "chrome/browser/views/tabs/hwnd_photobooth.h" +#include "chrome/browser/views/tabs/native_view_photobooth.h" #include "chrome/browser/views/tabs/tab_renderer.h" #include "third_party/skia/include/core/SkShader.h" #include "views/widget/widget_win.h" @@ -94,7 +94,7 @@ void DraggedTabView::Attach(int selected_width) { Update(); } -void DraggedTabView::Detach(HWNDPhotobooth* photobooth) { +void DraggedTabView::Detach(NativeViewPhotobooth* photobooth) { attached_ = false; photobooth_ = photobooth; container_->SetLayeredAlpha(kTransparentAlpha); |