Index: ash/wm/workspace/workspace_window_resizer.h |
diff --git a/ash/wm/workspace/workspace_window_resizer.h b/ash/wm/workspace/workspace_window_resizer.h |
index 424e47d29f4890086fa5d3e49d694360e1a3eb2b..bf148c9a5c920069d1877a533dd04f15c34cd8d8 100644 |
--- a/ash/wm/workspace/workspace_window_resizer.h |
+++ b/ash/wm/workspace/workspace_window_resizer.h |
@@ -37,8 +37,8 @@ class ASH_EXPORT WorkspaceWindowResizer : public WindowResizer { |
// TODO: this should come from a property on the window. |
static const int kMinOnscreenHeight; |
- // Snap region when dragging close to the edges. That is, as the window gets |
- // this close to an edge of the screen it snaps to the edge. |
+ // Snap region when dragging close to the edges using mouse. That is, as the |
+ // window gets this close to an edge of the screen it snaps to the edge. |
static const int kScreenEdgeInset; |
virtual ~WorkspaceWindowResizer(); |