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

Unified Diff: ui/display/types/display_constants.h

Issue 657583003: Chrome OS: Ash support for >=3 displays. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to resolve conflicts at TOT Created 6 years 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/display/chromeos/x11/native_display_delegate_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_constants.h
diff --git a/ui/display/types/display_constants.h b/ui/display/types/display_constants.h
index 3bb4e9535d6455f47cca41099b10066f795a18ee..f2361b383ea8f1fb58e2bc9b5f6c4bb9a46541d0 100644
--- a/ui/display/types/display_constants.h
+++ b/ui/display/types/display_constants.h
@@ -14,6 +14,8 @@ enum MultipleDisplayState {
MULTIPLE_DISPLAY_STATE_SINGLE,
MULTIPLE_DISPLAY_STATE_DUAL_MIRROR,
MULTIPLE_DISPLAY_STATE_DUAL_EXTENDED,
+ // TODO(oshima): consolidate DUAL_EXTENDED and MULTI_EXTENDED.
+ MULTIPLE_DISPLAY_STATE_MULTI_EXTENDED,
};
// Video output types.
« no previous file with comments | « ui/display/chromeos/x11/native_display_delegate_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698