| Index: content/shell/test_runner/test_runner_for_specific_view.cc
|
| diff --git a/content/shell/test_runner/test_runner_for_specific_view.cc b/content/shell/test_runner/test_runner_for_specific_view.cc
|
| index 2cd02143d33380427e11b7994c6e769eaa94844c..71310091fbda39a284e90dca3f49eb8a2d1ca305 100644
|
| --- a/content/shell/test_runner/test_runner_for_specific_view.cc
|
| +++ b/content/shell/test_runner/test_runner_for_specific_view.cc
|
| @@ -391,7 +391,7 @@ void TestRunnerForSpecificView::EnableUseZoomForDSF(
|
| void TestRunnerForSpecificView::SetColorProfile(
|
| const std::string& name,
|
| v8::Local<v8::Function> callback) {
|
| - delegate()->SetDeviceColorProfile(name);
|
| + delegate()->SetDeviceColorSpace(name);
|
| PostV8Callback(callback);
|
| }
|
|
|
|
|