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

Unified Diff: content/public/browser/desktop_media_id.h

Issue 615133002: Add support for a virtual display on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on ToT Created 5 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
Index: content/public/browser/desktop_media_id.h
diff --git a/content/public/browser/desktop_media_id.h b/content/public/browser/desktop_media_id.h
index 639a3c8d43054299e098fa289fdf7a4e8d9bc2ab..9d30f980867a39ea16309f60dcd29893a9d75add 100644
--- a/content/public/browser/desktop_media_id.h
+++ b/content/public/browser/desktop_media_id.h
@@ -27,6 +27,7 @@ struct CONTENT_EXPORT DesktopMediaID {
TYPE_SCREEN,
TYPE_WINDOW,
TYPE_AURA_WINDOW,
+ TYPE_AURA_VIRTUAL_SCREEN,
};
typedef intptr_t Id;

Powered by Google App Engine
This is Rietveld 408576698