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

Unified Diff: ash/wm/workspace/workspace_window_resizer.h

Issue 15008002: Make touch-resizing windows to screen edge possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied some reviews Created 7 years, 6 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
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();

Powered by Google App Engine
This is Rietveld 408576698