| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index f396c8e6f4e99453446c1c0a2d0e5c46a45ecbb2..fe5b5b7f8701e8ccd441844b6f1cacd6d408f4bc 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -304,6 +304,10 @@ bool Panel::IsAlwaysOnTop() const {
|
| return always_on_top_;
|
| }
|
|
|
| +gfx::NativeWindow Panel::GetNativeWindow() {
|
| + return native_panel_->GetNativePanelHandle();
|
| +}
|
| +
|
| gfx::Rect Panel::GetRestoredBounds() const {
|
| gfx::Rect bounds = native_panel_->GetPanelBounds();
|
| bounds.set_y(bounds.bottom() - full_size_.height());
|
|
|