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

Unified Diff: ash/wm/window_state.h

Issue 1921883002: Removes WindowState::aura_window() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows build Created 4 years, 8 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/window_resizer.cc ('k') | ash/wm/window_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state.h
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
index acc0b0e6a6ae3869a85425c23e8a49bb7db3e489..4841555f4f500305f1ec7fcf3a02625f5dac0fb7 100644
--- a/ash/wm/window_state.h
+++ b/ash/wm/window_state.h
@@ -8,7 +8,6 @@
#include <memory>
#include "ash/ash_export.h"
-#include "ash/wm/aura/wm_window_aura.h"
#include "ash/wm/common/wm_types.h"
#include "ash/wm/drag_details.h"
#include "base/gtest_prod_util.h"
@@ -82,13 +81,6 @@ class ASH_EXPORT WindowState {
// Call GetWindowState() to instantiate this class.
~WindowState();
- // TODO(sky): remove these. They are temporary until converted to common
- // types.
- aura::Window* aura_window() { return WmWindowAura::GetAuraWindow(window_); }
- const aura::Window* aura_window() const {
- return WmWindowAura::GetAuraWindow(window_);
- }
-
WmWindow* window() { return window_; }
const WmWindow* window() const { return window_; }
« no previous file with comments | « ash/wm/window_resizer.cc ('k') | ash/wm/window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698