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

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: Rebase after quirks changes Created 4 years, 9 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/types/native_display_delegate.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 88ea62d80a56d19831b71f5741a1cc009436816e..c3f6e382f7448bc25b1f34d502b682cb3a4b4ebf 100644
--- a/ui/display/types/display_snapshot.cc
+++ b/ui/display/types/display_snapshot.cc
@@ -24,6 +24,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,
@@ -36,6 +37,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),
« no previous file with comments | « ui/display/types/display_snapshot.h ('k') | ui/display/types/native_display_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698