Index: views/controls/tabbed_pane/native_tabbed_pane_gtk.h |
diff --git a/views/controls/tabbed_pane/native_tabbed_pane_gtk.h b/views/controls/tabbed_pane/native_tabbed_pane_gtk.h |
index d586e74e90f898e78bae51e071eb548ce0aafe56..229faa52cfc422e7024750afe9fcbf058a2b117f 100644 |
--- a/views/controls/tabbed_pane/native_tabbed_pane_gtk.h |
+++ b/views/controls/tabbed_pane/native_tabbed_pane_gtk.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -31,6 +31,7 @@ class NativeTabbedPaneGtk : public NativeControlGtk, |
virtual View* GetSelectedTab(); |
virtual View* GetView(); |
virtual void SetFocus(); |
+ virtual gfx::Size GetPreferredSize(); |
virtual gfx::NativeView GetTestingHandle() const; |
// NativeControlGtk overrides. |