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

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h

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: missed a file in the last patch 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
Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
index 3b716a1d8fc219a7e1ece1dc206608db4be719e8..6bbe547ca3faef866c0e1b81758ba39053fb3299 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
@@ -59,6 +59,9 @@ class TabContentsViewViews : public TabContentsView, public views::View {
virtual void SetInitialFocus();
virtual void StoreFocus();
virtual void RestoreFocus();
+ virtual void GetViewBounds(gfx::Rect* out) const {
sky 2011/01/18 17:19:48 Don't inline virtual methods.
varunjain 2011/01/18 20:25:32 Done.
+ out->SetRect(x(), y(), width(), height());
+ }
// views::View implementation
virtual void DidChangeBounds(const gfx::Rect& previous,

Powered by Google App Engine
This is Rietveld 408576698