Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.h b/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
index ed3c53d4d537a49c84c014c4aaf4adea07043c3b..7196813e7e8e8d669075f12f4f7e416abd100d7f 100644 |
--- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
+++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
@@ -27,6 +27,7 @@ class PopupNonClientFrameView : public BrowserNonClientFrameView { |
// BrowserNonClientFrameView: |
virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE; |
virtual TabStripInsets GetTabStripInsets(bool restored) const OVERRIDE; |
+ virtual int GetThemeBackgroundXInset() const OVERRIDE; |
virtual void UpdateThrobber(bool running) OVERRIDE; |
private: |