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

Unified Diff: ash/display/display_color_manager_chromeos.h

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 | « no previous file | ash/display/display_color_manager_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_color_manager_chromeos.h
diff --git a/ash/display/display_color_manager_chromeos.h b/ash/display/display_color_manager_chromeos.h
index 58e2d9c3d2bccc4dbd41f703da3d212426797dc8..e37fe7062693c7511e8318385cd2f609b358e6c3 100644
--- a/ash/display/display_color_manager_chromeos.h
+++ b/ash/display/display_color_manager_chromeos.h
@@ -49,12 +49,15 @@ class ASH_EXPORT DisplayColorManager
ColorCalibrationData();
~ColorCalibrationData();
- std::vector<ui::GammaRampRGBEntry> lut;
+ std::vector<ui::GammaRampRGBEntry> degamma_lut;
+ std::vector<ui::GammaRampRGBEntry> gamma_lut;
+ std::vector<float> correction_matrix;
};
protected:
virtual void FinishLoadCalibrationForDisplay(int64_t display_id,
int64_t product_id,
+ bool has_color_correction_matrix,
ui::DisplayConnectionType type,
const base::FilePath& path,
bool file_downloaded);
« no previous file with comments | « no previous file | ash/display/display_color_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698