| 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..6e220e0fe0899ed42ed42e05f5389aa4da52e3ae 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() const {
|
| + return native_panel_->GetNativePanelHandle();
|
| +}
|
| +
|
| gfx::Rect Panel::GetRestoredBounds() const {
|
| gfx::Rect bounds = native_panel_->GetPanelBounds();
|
| bounds.set_y(bounds.bottom() - full_size_.height());
|
|
|