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 2949d6fb593873d12d63ae9f18a00dacc5437215..920733f154f81bf017b8e32335f0c7e72fb1931b 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; |