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

Unified Diff: ash/wm/aura/wm_window_aura.cc

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.h ('k') | ash/wm/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/aura/wm_window_aura.cc
diff --git a/ash/wm/aura/wm_window_aura.cc b/ash/wm/aura/wm_window_aura.cc
index 2a09ff622254e87dc08547ecd4e15e23d966b1a9..6d4fd902a86fabf4499c46d1942d4a15c5672740 100644
--- a/ash/wm/aura/wm_window_aura.cc
+++ b/ash/wm/aura/wm_window_aura.cc
@@ -357,10 +357,6 @@ gfx::Rect WmWindowAura::GetRestoreBoundsInScreen() const {
return *window_->GetProperty(aura::client::kRestoreBoundsKey);
}
-void WmWindowAura::OnWMEvent(const wm::WMEvent* event) {
- ash::wm::GetWindowState(window_)->OnWMEvent(event);
-}
-
bool WmWindowAura::Contains(const WmWindow* other) const {
return other
? window_->Contains(
« no previous file with comments | « ash/wm/aura/wm_window_aura.h ('k') | ash/wm/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698