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

Unified Diff: ash/wm/toplevel_window_event_filter.h

Issue 9467021: Attempt 3: Makes managed mode constrain the height of windows so they don't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Da fix Created 8 years, 10 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 | « ash/ash.gyp ('k') | ash/wm/toplevel_window_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/toplevel_window_event_filter.h
diff --git a/ash/wm/toplevel_window_event_filter.h b/ash/wm/toplevel_window_event_filter.h
index f6899de9faab7783c8265bd63553472119588bf2..01bced71d2d3a364a5557068c22dfbb868eaeb5c 100644
--- a/ash/wm/toplevel_window_event_filter.h
+++ b/ash/wm/toplevel_window_event_filter.h
@@ -54,6 +54,12 @@ class ASH_EXPORT ToplevelWindowEventFilter :
virtual void RunMoveLoop(aura::Window* source) OVERRIDE;
virtual void EndMoveLoop() OVERRIDE;
+ protected:
+ // Creates a new WindowResizer.
+ virtual WindowResizer* CreateWindowResizer(aura::Window* window,
+ const gfx::Point& point,
+ int window_component);
+
private:
// Invoked when the mouse is released to cleanup after a drag.
void CompleteDrag(aura::Window* window);
« no previous file with comments | « ash/ash.gyp ('k') | ash/wm/toplevel_window_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698