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

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: 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
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 238e2dbb5809dc3e6c6e4f0c93b0293ef2d6844d..e8dc15c318ad2f9d8ffa488f7952cb619a18fa0b 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*>(),
@@ -26,6 +27,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)
@@ -35,6 +37,7 @@ TestDisplaySnapshot::TestDisplaySnapshot(
type,
is_aspect_preserving_scaling,
false,
+ has_color_correction_matrix,
std::string(),
base::FilePath(),
modes,
« no previous file with comments | « ui/display/chromeos/test/test_display_snapshot.h ('k') | ui/display/chromeos/test/test_native_display_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698