diff options
Diffstat (limited to 'views/widget/widget_win.h')
-rw-r--r-- | views/widget/widget_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h index b8e21dd..f22417c 100644 --- a/views/widget/widget_win.h +++ b/views/widget/widget_win.h @@ -184,7 +184,7 @@ class WidgetWin : public app::WindowImpl, virtual void GetBounds(gfx::Rect* out, bool including_frame) const; virtual void SetBounds(const gfx::Rect& bounds); virtual void MoveAbove(Widget* other); - virtual void SetShape(const gfx::Path& shape); + virtual void SetShape(gfx::NativeRegion region); virtual void Close(); virtual void CloseNow(); virtual void Show(); |