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

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: Refactor for glevin@ and load VCGT always Created 5 years, 1 month 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 41da24690ca113fa5944bf6339c5d3e09bca58b3..7a7e867ae6c4e44ec4227e553875f0d77d731591 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(),
std::vector<const DisplayMode*>(),
NULL,
@@ -24,6 +25,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)
@@ -33,6 +35,7 @@ TestDisplaySnapshot::TestDisplaySnapshot(
type,
is_aspect_preserving_scaling,
false,
+ has_color_correction_matrix,
std::string(),
modes,
current_mode,

Powered by Google App Engine
This is Rietveld 408576698