| 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,
|
|
|