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

Unified Diff: chromeos/display/output_configurator.h

Issue 23286003: ash: Get output info from chromeos instead of XRandR. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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: chromeos/display/output_configurator.h
diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h
index b02d5a31a99ca5cd96ce82fdd88c85107a661971..f7127fd7f67fc43403e75830f5007fa219ae8171 100644
--- a/chromeos/display/output_configurator.h
+++ b/chromeos/display/output_configurator.h
@@ -44,6 +44,7 @@ class CHROMEOS_EXPORT OutputConfigurator
public:
struct ModeInfo {
ModeInfo();
+ ModeInfo(int width, int height, bool interlaced);
int width;
int height;

Powered by Google App Engine
This is Rietveld 408576698