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

Unified Diff: ui/aura/mus/in_flight_change.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/focus_synchronizer_delegate.h ('k') | ui/aura/mus/in_flight_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/in_flight_change.h
diff --git a/ui/aura/mus/in_flight_change.h b/ui/aura/mus/in_flight_change.h
index eb8d8876feaa86d115ca934cdb679647b6475771..0808fe5e77d7de0d2ae46117d37d6158d6ecfd87 100644
--- a/ui/aura/mus/in_flight_change.h
+++ b/ui/aura/mus/in_flight_change.h
@@ -28,6 +28,7 @@
namespace aura {
class CaptureSynchronizer;
+class FocusSynchronizer;
class WindowMus;
class WindowTreeClient;
@@ -231,13 +232,17 @@
class InFlightFocusChange : public InFlightWindowTreeClientChange {
public:
- InFlightFocusChange(WindowTreeClient* client, WindowMus* revert_value);
+ InFlightFocusChange(WindowTreeClient* client,
+ FocusSynchronizer* focus_synchronizer,
+ WindowMus* revert_value);
~InFlightFocusChange() override;
// InFlightChange:
void Revert() override;
private:
+ FocusSynchronizer* focus_synchronizer_;
+
DISALLOW_COPY_AND_ASSIGN(InFlightFocusChange);
};
« no previous file with comments | « ui/aura/mus/focus_synchronizer_delegate.h ('k') | ui/aura/mus/in_flight_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698