| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 9155d0b031bdf503a2b0d69479cb8d8020af8673..edf01e7888854af6638b749cc57b3d94fb5c531a 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -128,7 +128,6 @@ class Panel : public BaseWindow,
|
| virtual void Minimize() OVERRIDE;
|
| virtual void Restore() OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
| - virtual void SetDraggableRegion(SkRegion* region) OVERRIDE;
|
| virtual void FlashFrame(bool flash) OVERRIDE;
|
| virtual bool IsAlwaysOnTop() const OVERRIDE;
|
|
|
|
|