| Index: ash/wm/common/wm_window.h
|
| diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
|
| index 0e7a5c377f09d9d3fd77fd2027ecb4797c0d20f1..647e23eb8b1d19524c0581280bf3a1416b408df6 100644
|
| --- a/ash/wm/common/wm_window.h
|
| +++ b/ash/wm/common/wm_window.h
|
| @@ -138,8 +138,6 @@ class ASH_WM_COMMON_EXPORT WmWindow {
|
| virtual void SetRestoreBoundsInScreen(const gfx::Rect& bounds) = 0;
|
| virtual gfx::Rect GetRestoreBoundsInScreen() const = 0;
|
|
|
| - virtual void OnWMEvent(const wm::WMEvent* event) = 0;
|
| -
|
| virtual bool Contains(const WmWindow* other) const = 0;
|
|
|
| virtual void SetShowState(ui::WindowShowState show_state) = 0;
|
|
|