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

Unified Diff: ash/wm/default_window_resizer.h

Issue 10008084: Add ctrl+drag feature for allowing resizing window with exact positioning. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add ctrl-drap for resizing window to pixel level. Created 8 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 | « no previous file | ash/wm/default_window_resizer.cc » ('j') | ash/wm/default_window_resizer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/default_window_resizer.h
diff --git a/ash/wm/default_window_resizer.h b/ash/wm/default_window_resizer.h
index 0f6494b739a1c5b06df195089cbf6f153994181a..bad613a3d0a2a8fafd4f875241a46fa98f5fd756 100644
--- a/ash/wm/default_window_resizer.h
+++ b/ash/wm/default_window_resizer.h
@@ -43,7 +43,7 @@ class ASH_EXPORT DefaultWindowResizer : public WindowResizer {
bool is_resizable() const { return details_.is_resizable; }
// WindowResizer overides:
- virtual void Drag(const gfx::Point& location) OVERRIDE;
+ virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
virtual void CompleteDrag() OVERRIDE;
virtual void RevertDrag() OVERRIDE;
« no previous file with comments | « no previous file | ash/wm/default_window_resizer.cc » ('j') | ash/wm/default_window_resizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698