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

Unified Diff: ui/display/types/display_snapshot.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: Nuked extra {} 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/types/display_snapshot.h ('k') | ui/display/util/edid_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_snapshot.cc
diff --git a/ui/display/types/display_snapshot.cc b/ui/display/types/display_snapshot.cc
index 38e42b235e42acb474fda8ed4697f37f0197c066..f19961dd202cc8d021c4b92fece0d7a55dcdab18 100644
--- a/ui/display/types/display_snapshot.cc
+++ b/ui/display/types/display_snapshot.cc
@@ -25,7 +25,9 @@ DisplaySnapshot::DisplaySnapshot(int64_t display_id,
display_name_(display_name),
modes_(modes),
current_mode_(current_mode),
- native_mode_(native_mode) {}
+ native_mode_(native_mode),
+ product_id_(kInvalidProductID) {
+}
DisplaySnapshot::~DisplaySnapshot() {}
« no previous file with comments | « ui/display/types/display_snapshot.h ('k') | ui/display/util/edid_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698