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

Unified Diff: ash/display/display_util_x11.cc

Issue 22871010: chromeos: Include mode details in OutputSnapshot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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
« no previous file with comments | « ash/display/display_change_observer_x11.cc ('k') | ash/display/output_configurator_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_util_x11.cc
diff --git a/ash/display/display_util_x11.cc b/ash/display/display_util_x11.cc
index e662ce237427d1aecdedf0c1e2861b9f44cf1bdb..984ed53f135d8b1b33cc011620deb0fe73f7e2c6 100644
--- a/ash/display/display_util_x11.cc
+++ b/ash/display/display_util_x11.cc
@@ -63,7 +63,7 @@ std::vector<Resolution> GetResolutionList(
for (int i = 0; i < output_info->nmode; i++) {
RRMode mode = output_info->modes[i];
- const XRRModeInfo* info = chromeos::FindModeInfo(screen_resources, mode);
+ const XRRModeInfo* info = chromeos::FindXRRModeInfo(screen_resources, mode);
DCHECK(info);
// Just ignore bad entry on Release build.
if (!info)
« no previous file with comments | « ash/display/display_change_observer_x11.cc ('k') | ash/display/output_configurator_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698