Index: ash/wm/window_resizer.h |
diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h |
index ab37ce52c43d3fb4bfc6572d130e9391898b5972..6cfce90762bd70f15f071268dee3ed109fca84c0 100644 |
--- a/ash/wm/window_resizer.h |
+++ b/ash/wm/window_resizer.h |
@@ -57,6 +57,9 @@ class ASH_EXPORT WindowResizer { |
// Reverts the drag. |
virtual void RevertDrag() = 0; |
+ // Returns the target window the resizer was created for. |
+ virtual aura::Window* GetTarget() = 0; |
+ |
protected: |
struct Details { |
Details(); |