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

Unified Diff: ash/wm/common/wm_window.h

Issue 2001623003: Splits ToplevelWindowEventHandler into two (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 7 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/wm/common/wm_toplevel_window_event_handler.cc ('k') | ash/wm/toplevel_window_event_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_window.h
diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
index f5e874afeb29b90ee497a44b7719c21d99bd9684..822a837f8383f5bdbd3583e8ffaad2705f9378bf 100644
--- a/ash/wm/common/wm_window.h
+++ b/ash/wm/common/wm_window.h
@@ -186,6 +186,11 @@ class ASH_WM_COMMON_EXPORT WmWindow {
virtual std::vector<WmWindow*> GetChildren() = 0;
+ // Shows/hides the resize shadow. |component| is the component to show the
+ // shadow for (one of the constants in ui/base/hit_test.h).
+ virtual void ShowResizeShadow(int component) = 0;
+ virtual void HideResizeShadow() = 0;
+
// If an ancestor has been set to snap children to pixel boundaries, then
// snaps the layer associated with this window to the layer associated with
// the ancestor.
« no previous file with comments | « ash/wm/common/wm_toplevel_window_event_handler.cc ('k') | ash/wm/toplevel_window_event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698