diff options
Diffstat (limited to 'views/widget/widget_gtk.h')
-rw-r--r-- | views/widget/widget_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h index e97f58e..3799a4a 100644 --- a/views/widget/widget_gtk.h +++ b/views/widget/widget_gtk.h @@ -118,7 +118,7 @@ class WidgetGtk 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(); |