Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: ash/wm/common/wm_window.h

Issue 1949113003: Removes unnecessary function in WmWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698