Index: ash/wm/window_resizer.h |
diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h |
index 09f8ea2d9c0980b6473b4bb626fe1fc2148eaeb7..64fdf63cbc7f7954e32e422cac703d1092d897c6 100644 |
--- a/ash/wm/window_resizer.h |
+++ b/ash/wm/window_resizer.h |
@@ -68,9 +68,7 @@ class ASH_EXPORT WindowResizer { |
~Details(); |
// The window we're resizing. |
- // TODO(oshima): replace this with accessor method to |
- // |window_state->window()|. |
- aura::Window* window; |
+ aura::Window* window() const; |
// The ash window state for the |window| above. |
wm::WindowState* window_state; |