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

Unified Diff: apps/ui/views/shell_window_frame_view.h

Issue 133873004: aura: Remove Window::SetHitTestBoundsOverrideOuter() and related methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 | apps/ui/views/shell_window_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/ui/views/shell_window_frame_view.h
diff --git a/apps/ui/views/shell_window_frame_view.h b/apps/ui/views/shell_window_frame_view.h
index 7fa10f546b646af4652442a44f89ab02b3dbe407..31b78579d661f4a50c9085e4489c966a77898e48 100644
--- a/apps/ui/views/shell_window_frame_view.h
+++ b/apps/ui/views/shell_window_frame_view.h
@@ -83,6 +83,9 @@ class ShellWindowFrameView : public views::NonClientFrameView,
// Allow resize for clicks this many pixels inside the bounds.
int resize_inside_bounds_size_;
+ // Allow resize for clicks this many pixels outside the bounds.
+ int resize_outside_bounds_size_;
+
// Size in pixels of the lower-right corner resize handle.
int resize_area_corner_size_;
« no previous file with comments | « no previous file | apps/ui/views/shell_window_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698