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

Unified Diff: ui/display/chromeos/test/test_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/chromeos/test/test_display_snapshot.cc
diff --git a/ui/display/chromeos/test/test_display_snapshot.cc b/ui/display/chromeos/test/test_display_snapshot.cc
index c96ef533471aee0558eb90643b1ae24f11966baf..92af75b196a3b260b15facd3307ef4fe424dfcb2 100644
--- a/ui/display/chromeos/test/test_display_snapshot.cc
+++ b/ui/display/chromeos/test/test_display_snapshot.cc
@@ -12,6 +12,7 @@ TestDisplaySnapshot::TestDisplaySnapshot()
DISPLAY_CONNECTION_TYPE_UNKNOWN,
false,
false,
+ false,
std::string(),
base::FilePath(),
std::vector<const DisplayMode*>(),
@@ -25,6 +26,7 @@ TestDisplaySnapshot::TestDisplaySnapshot(
DisplayConnectionType type,
bool is_aspect_preserving_scaling,
int64_t product_id,
+ bool has_color_correction_matrix,
const std::vector<const DisplayMode*>& modes,
const DisplayMode* current_mode,
const DisplayMode* native_mode)
@@ -34,6 +36,7 @@ TestDisplaySnapshot::TestDisplaySnapshot(
type,
is_aspect_preserving_scaling,
false,
+ has_color_correction_matrix,
std::string(),
base::FilePath(),
modes,

Powered by Google App Engine
This is Rietveld 408576698