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

Unified Diff: components/mus/ws/test_change_tracker.h

Issue 1677513002: mus Window Server: implement event capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « components/mus/ws/operation.h ('k') | components/mus/ws/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_change_tracker.h
diff --git a/components/mus/ws/test_change_tracker.h b/components/mus/ws/test_change_tracker.h
index 9831e237f511ad758f5815e933d6aada16d7caf7..7f64d84020536b74f309f9adeafa353be5558f06 100644
--- a/components/mus/ws/test_change_tracker.h
+++ b/components/mus/ws/test_change_tracker.h
@@ -24,6 +24,7 @@ enum ChangeType {
CHANGE_TYPE_EMBED,
CHANGE_TYPE_EMBEDDED_APP_DISCONNECTED,
CHANGE_TYPE_UNEMBED,
+ CHANGE_TYPE_LOST_CAPTURE,
// TODO(sky): nuke NODE.
CHANGE_TYPE_NODE_ADD_TRANSIENT_WINDOW,
CHANGE_TYPE_NODE_BOUNDS_CHANGED,
@@ -130,6 +131,7 @@ class TestChangeTracker {
void OnEmbed(ConnectionSpecificId connection_id, mojom::WindowDataPtr root);
void OnEmbeddedAppDisconnected(Id window_id);
void OnUnembed(Id window_id);
+ void OnLostCapture(Id window_id);
void OnTransientWindowAdded(Id window_id, Id transient_window_id);
void OnTransientWindowRemoved(Id window_id, Id transient_window_id);
void OnWindowBoundsChanged(Id window_id,
« no previous file with comments | « components/mus/ws/operation.h ('k') | components/mus/ws/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698