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

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc

Issue 6012011: TabContentsViewViews should be used instead of TabContentsViewGtk for TOUCH_UI (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: modified according to comments Created 9 years, 11 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/ui/views/tab_contents/tab_contents_view_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
index d46c36b3a0c55962f86ed6758d9dd4440e8e83e1..e5b310f4771f6c747357a24183f995d660e5b03c 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc
@@ -283,6 +283,10 @@ void TabContentsViewWin::CancelDragAndCloseTab() {
close_tab_after_drag_ends_ = true;
}
+void TabContentsViewWin::GetViewBounds(gfx::Rect* out) const {
+ GetBounds(out, true);
+}
+
void TabContentsViewWin::UpdateDragCursor(WebDragOperation operation) {
drop_target_->set_drag_cursor(operation);
}
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698