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/display/types/display_snapshot.cc

Issue 1182063002: Add support for more advanced color correction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@qcms-fixed-point-gamma
Patch Set: Integrate dnicoara@ feedback Created 4 years, 10 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/display/types/display_snapshot.cc
diff --git a/ui/display/types/display_snapshot.cc b/ui/display/types/display_snapshot.cc
index 30e3ea890b222629157b77909162748dedb7f6a1..5b42f0a6ab054edf24e092b2c09976b82d4a7e8c 100644
--- a/ui/display/types/display_snapshot.cc
+++ b/ui/display/types/display_snapshot.cc
@@ -12,6 +12,7 @@ DisplaySnapshot::DisplaySnapshot(int64_t display_id,
DisplayConnectionType type,
bool is_aspect_preserving_scaling,
bool has_overscan,
+ bool has_color_correction_matrix,
std::string display_name,
const base::FilePath& sys_path,
const std::vector<const DisplayMode*>& modes,
@@ -23,6 +24,7 @@ DisplaySnapshot::DisplaySnapshot(int64_t display_id,
type_(type),
is_aspect_preserving_scaling_(is_aspect_preserving_scaling),
has_overscan_(has_overscan),
+ has_color_correction_matrix_(has_color_correction_matrix),
display_name_(display_name),
sys_path_(sys_path),
modes_(modes),

Powered by Google App Engine
This is Rietveld 408576698