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

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

Issue 6284003: Modify a method that was added mid-refactoring so that it follows the new structure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_container_native.cc ('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_container_views.cc
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc b/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc
index 5ff8a5dac2fed2caa445721a58d652b48ce8893e..097d4fd5e040b23777a6eab20dd50816bfd902d3 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc
@@ -28,6 +28,13 @@ TabContentsContainer::TabContentsContainer()
SetID(VIEW_ID_TAB_CONTAINER);
}
+void TabContentsContainer::SetReservedContentsRect(
+ const gfx::Rect& reserved_rect) {
+ cached_reserved_rect_ = reserved_rect;
+ // TODO(anicolao): find out what this is supposed to be used for and ensure
+ // it's OK for touch.
+}
+
void TabContentsContainer::ChangeTabContents(TabContents* contents) {
if (tab_contents_) {
views::View *v = static_cast<TabContentsViewViews*>(tab_contents_->view());
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_container_native.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698