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

Unified Diff: ui/aura/mus/window_tree_client_delegate.h

Issue 2488723002: Reland of Improves focus/activation for aura-mus and DesktopNativeWidgetAura (Closed)
Patch Set: Created 4 years, 1 month 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 | « ui/aura/mus/window_tree_client.cc ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client_delegate.h
diff --git a/ui/aura/mus/window_tree_client_delegate.h b/ui/aura/mus/window_tree_client_delegate.h
index 5f58940c4fa9af1d9481362b79001e97107a66de..5004d2c333af06e4619cf4e1b423af7a356e7ef7 100644
--- a/ui/aura/mus/window_tree_client_delegate.h
+++ b/ui/aura/mus/window_tree_client_delegate.h
@@ -25,7 +25,6 @@
namespace client {
class CaptureClient;
-class FocusClient;
}
// Interface implemented by an application using mus.
@@ -60,10 +59,6 @@
virtual void OnPointerEventObserved(const ui::PointerEvent& event,
Window* target) = 0;
- // Mus expects a single FocusClient is used for all WindowTreeHosts. This
- // returns it. GetFocusClient() is called from the constructor.
- virtual client::FocusClient* GetFocusClient() = 0;
-
// Mus expects a single CaptureClient is used for all WindowTreeHosts. This
// returns it. GetCaptureClient() is called from the constructor.
virtual client::CaptureClient* GetCaptureClient() = 0;
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698