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

Unified Diff: ui/display/util/x11/edid_parser_x11.cc

Issue 1151583002: Generate display product id with EDID manufacturer product code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move code as requested by oshima@ Created 5 years, 7 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 | « ui/display/util/edid_parser_unittest.cc ('k') | ui/ozone/platform/drm/common/drm_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/util/x11/edid_parser_x11.cc
diff --git a/ui/display/util/x11/edid_parser_x11.cc b/ui/display/util/x11/edid_parser_x11.cc
index c41a4dd7abe5ef77e9ce74f023ff53fef520cb39..13059f0fea1a4abf4c09fa0d4a37c73429597da4 100644
--- a/ui/display/util/x11/edid_parser_x11.cc
+++ b/ui/display/util/x11/edid_parser_x11.cc
@@ -86,8 +86,8 @@ bool GetOutputDeviceData(XID output,
if (!GetEDIDProperty(output, &edid))
return false;
- return ParseOutputDeviceData(edid, manufacturer_id, human_readable_name,
- nullptr, nullptr);
+ return ParseOutputDeviceData(edid, manufacturer_id, nullptr,
+ human_readable_name, nullptr, nullptr);
}
} // namespace
« no previous file with comments | « ui/display/util/edid_parser_unittest.cc ('k') | ui/ozone/platform/drm/common/drm_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698