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

Unified Diff: components/mus/public/cpp/lib/in_flight_change.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
« no previous file with comments | « no previous file | components/mus/public/cpp/lib/window.cc » ('j') | components/mus/public/cpp/lib/window.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/lib/in_flight_change.h
diff --git a/components/mus/public/cpp/lib/in_flight_change.h b/components/mus/public/cpp/lib/in_flight_change.h
index 80c6780c1c546e95230d6dbe7ca75afb473de0a4..f300e0e88190eab3eae4f7d90196690fe4345255 100644
--- a/components/mus/public/cpp/lib/in_flight_change.h
+++ b/components/mus/public/cpp/lib/in_flight_change.h
@@ -22,7 +22,9 @@ enum class ChangeType {
BOUNDS,
PROPERTY,
NEW_WINDOW,
- REMOVE_TRANSIENT_WINDOW_FROM_PARENT
+ RELEASE_CAPTURE,
+ REMOVE_TRANSIENT_WINDOW_FROM_PARENT,
+ SET_CAPTURE
};
// InFlightChange is used to track function calls to the server and take the
« no previous file with comments | « no previous file | components/mus/public/cpp/lib/window.cc » ('j') | components/mus/public/cpp/lib/window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698