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

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

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_view.h ('k') | chrome/browser/views/tabs/hwnd_photobooth.h » ('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.cc
===================================================================
--- chrome/browser/views/tabs/dragged_tab_view.cc (revision 16306)
+++ chrome/browser/views/tabs/dragged_tab_view.cc (working copy)
@@ -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 @@
Update();
}
-void DraggedTabView::Detach(HWNDPhotobooth* photobooth) {
+void DraggedTabView::Detach(NativeViewPhotobooth* photobooth) {
attached_ = false;
photobooth_ = photobooth;
container_->SetLayeredAlpha(kTransparentAlpha);
« no previous file with comments | « chrome/browser/views/tabs/dragged_tab_view.h ('k') | chrome/browser/views/tabs/hwnd_photobooth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698