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

Unified Diff: ui/ozone/common/gpu/ozone_gpu_message_params.cc

Issue 1129863003: Load ICC file for display color correction based on display product identifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ui/ozone/common/gpu/ozone_gpu_message_params.cc
diff --git a/ui/ozone/common/gpu/ozone_gpu_message_params.cc b/ui/ozone/common/gpu/ozone_gpu_message_params.cc
index aae2e147ccd04ae571bc2c42a5267a3b7d325e8c..de90c80e8d95b7fec8564ee6ab7e2f0492e5d7df 100644
--- a/ui/ozone/common/gpu/ozone_gpu_message_params.cc
+++ b/ui/ozone/common/gpu/ozone_gpu_message_params.cc
@@ -23,7 +23,9 @@ DisplaySnapshot_Params::DisplaySnapshot_Params()
has_current_mode(false),
current_mode(),
has_native_mode(false),
- native_mode() {}
+ native_mode(),
+ product_id(0) {
+}
DisplaySnapshot_Params::~DisplaySnapshot_Params() {}

Powered by Google App Engine
This is Rietveld 408576698