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

Unified Diff: ash/aura/wm_root_window_controller_aura.h

Issue 2168733002: Splits debug_commands into aura and non-aura parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 5 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/aura/wm_root_window_controller_aura.h
diff --git a/ash/aura/wm_root_window_controller_aura.h b/ash/aura/wm_root_window_controller_aura.h
index 6c82986348b01eda679e5aaec94b608f15c3b8ed..b7713505cc0ebe007d0ec1a203528e321bdd4709 100644
--- a/ash/aura/wm_root_window_controller_aura.h
+++ b/ash/aura/wm_root_window_controller_aura.h
@@ -47,6 +47,7 @@ class ASH_EXPORT WmRootWindowControllerAura : public WmRootWindowController,
int shell_container_id,
views::Widget::InitParams* init_params) override;
WmWindow* FindEventTarget(const gfx::Point& location_in_screen) override;
+ gfx::Point GetLastMouseLocationInRoot() override;
void AddObserver(WmRootWindowControllerObserver* observer) override;
void RemoveObserver(WmRootWindowControllerObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698