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

Unified Diff: mash/wm/bridge/wm_window_mus.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/toplevel_window_event_handler.cc ('k') | mash/wm/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/bridge/wm_window_mus.h
diff --git a/mash/wm/bridge/wm_window_mus.h b/mash/wm/bridge/wm_window_mus.h
index 856cb79f35985a851ea7426145e27f131ac17aca..b6cb665e653a06e3cb96475c1fa7167b4daec51c 100644
--- a/mash/wm/bridge/wm_window_mus.h
+++ b/mash/wm/bridge/wm_window_mus.h
@@ -162,6 +162,8 @@ class WmWindowMus : public ash::wm::WmWindow, public mus::WindowObserver {
void StackChildBelow(ash::wm::WmWindow* child,
ash::wm::WmWindow* target) override;
std::vector<ash::wm::WmWindow*> GetChildren() override;
+ void ShowResizeShadow(int component) override;
+ void HideResizeShadow() override;
void SnapToPixelBoundaryIfNecessary() override;
void AddObserver(ash::wm::WmWindowObserver* observer) override;
void RemoveObserver(ash::wm::WmWindowObserver* observer) override;
« no previous file with comments | « ash/wm/toplevel_window_event_handler.cc ('k') | mash/wm/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698