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

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

Issue 1352043005: mus: Implement Window Server Capture Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added capture unit tests Created 5 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
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 aa7a5a644f2ac90e3324f60649e5b3d37949a7a5..83fc67ca4e1ac962458f7c35c68f1ced15891e8a 100644
--- a/components/mus/ws/test_change_tracker.h
+++ b/components/mus/ws/test_change_tracker.h
@@ -22,6 +22,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,
@@ -124,6 +125,7 @@ class TestChangeTracker {
void OnEmbed(ConnectionSpecificId connection_id, mojom::WindowDataPtr root);
void OnEmbeddedAppDisconnected(Id window_id);
void OnUnembed();
+ 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,

Powered by Google App Engine
This is Rietveld 408576698