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

Unified Diff: ash/wm/aura/wm_root_window_controller_aura.h

Issue 1936223002: Refactors MultiWindowResizeController to use ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nullptr Created 4 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
Index: ash/wm/aura/wm_root_window_controller_aura.h
diff --git a/ash/wm/aura/wm_root_window_controller_aura.h b/ash/wm/aura/wm_root_window_controller_aura.h
index 3f0aa9429a1355c771f799904107f0b5f6be4600..60378106da65ef1fbec73a7095f52b78bd878da4 100644
--- a/ash/wm/aura/wm_root_window_controller_aura.h
+++ b/ash/wm/aura/wm_root_window_controller_aura.h
@@ -45,6 +45,7 @@ class ASH_EXPORT WmRootWindowControllerAura : public WmRootWindowController,
views::Widget* widget,
int shell_container_id,
views::Widget::InitParams* init_params) override;
+ WmWindow* FindEventTarget(const gfx::Point& location_in_screen) override;
void AddObserver(WmRootWindowControllerObserver* observer) override;
void RemoveObserver(WmRootWindowControllerObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698