| Index: content/shell/renderer/layout_test/blink_test_runner.cc
|
| diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
|
| index 18ed15316b27fef73c33b755048cfa60d30386c2..4a6ef125a80f95d3d4cafb18f9eadecb2d9b0fca 100644
|
| --- a/content/shell/renderer/layout_test/blink_test_runner.cc
|
| +++ b/content/shell/renderer/layout_test/blink_test_runner.cc
|
| @@ -536,8 +536,8 @@ bool BlinkTestRunner::IsUseZoomForDSFEnabled() {
|
| return content::IsUseZoomForDSFEnabled();
|
| }
|
|
|
| -void BlinkTestRunner::SetDeviceColorProfile(const std::string& name) {
|
| - content::SetDeviceColorProfile(render_view(), GetTestingICCProfile(name));
|
| +void BlinkTestRunner::SetDeviceColorSpace(const std::string& name) {
|
| + content::SetDeviceColorSpace(render_view(), GetTestingColorSpace(name));
|
| }
|
|
|
| void BlinkTestRunner::SetBluetoothFakeAdapter(const std::string& adapter_name,
|
|
|