| Index: ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.h b/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| index 5c7e72229bb0133010a0987bc8477a68c0f7aeec..c289d686525f6988bdf3d2298a6023c321957178 100644
|
| --- a/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| +++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h
|
| @@ -32,9 +32,6 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler {
|
| explicit X11WindowEventFilter(DesktopWindowTreeHost* window_tree_host);
|
| virtual ~X11WindowEventFilter();
|
|
|
| - // Changes whether borders are shown on this |root_window|.
|
| - void SetUseHostWindowBorders(bool use_os_border);
|
| -
|
| // Overridden from ui::EventHandler:
|
| virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE;
|
|
|
|
|