| Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/popup_non_client_frame_view.h (revision 85647)
|
| +++ chrome/browser/ui/views/frame/popup_non_client_frame_view.h (working copy)
|
| @@ -13,12 +13,10 @@
|
| // nothing.
|
| class PopupNonClientFrameView : public BrowserNonClientFrameView {
|
| public:
|
| - PopupNonClientFrameView() {}
|
| + explicit PopupNonClientFrameView(BrowserFrame* frame);
|
|
|
| // NonClientFrameView:
|
| virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
|
| - virtual bool AlwaysUseCustomFrame() const OVERRIDE;
|
| - virtual bool AlwaysUseNativeFrame() const OVERRIDE;
|
| virtual gfx::Rect GetWindowBoundsForClientBounds(
|
| const gfx::Rect& client_bounds) const OVERRIDE;
|
| virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
|
|
|