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

Unified Diff: ui/ozone/platform/drm/common/drm_util.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/x11/edid_parser_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/common/drm_util.cc
diff --git a/ui/ozone/platform/drm/common/drm_util.cc b/ui/ozone/platform/drm/common/drm_util.cc
index 61631f4a3f520859a0f080cafeca061fbf4e396a..845cb413f5e8d4926c6962846cbfe390ccadc3e7 100644
--- a/ui/ozone/platform/drm/common/drm_util.cc
+++ b/ui/ozone/platform/drm/common/drm_util.cc
@@ -231,7 +231,7 @@ DisplaySnapshot_Params CreateDisplaySnapshotParams(
&params.product_id))
params.display_id = display_index;
- ParseOutputDeviceData(edid, nullptr, &params.display_name, nullptr,
+ ParseOutputDeviceData(edid, nullptr, nullptr, &params.display_name, nullptr,
nullptr);
ParseOutputOverscanFlag(edid, &params.has_overscan);
} else {
« no previous file with comments | « ui/display/util/x11/edid_parser_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698