summaryrefslogtreecommitdiffstats
path: root/chrome/browser/native_ui_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/native_ui_contents.h')
-rw-r--r--chrome/browser/native_ui_contents.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/native_ui_contents.h b/chrome/browser/native_ui_contents.h
index 37b8596e..f933d69 100644
--- a/chrome/browser/native_ui_contents.h
+++ b/chrome/browser/native_ui_contents.h
@@ -267,6 +267,8 @@ class SearchableUIContainer : public ChromeViews::View,
void SetContents(ChromeViews::View* contents);
ChromeViews::View* GetContents();
+ virtual void Layout();
+
// Overriden to paint the container.
virtual void Paint(ChromeCanvas* canvas);
@@ -304,6 +306,7 @@ class SearchableUIContainer : public ChromeViews::View,
Delegate* delegate_;
ChromeViews::Link* title_link_;
ChromeViews::ImageView* title_image_;
+ ChromeViews::ImageView* product_logo_;
ChromeViews::TextField* search_field_;
ChromeViews::NativeButton* search_button_;
ChromeViews::ScrollView* scroll_view_;