| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 7f9d5c550cfe56d0f26f919d9bc120bda193ac41..0003e29d42b451d8872648ca81a9b81b86e07a54 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -119,6 +119,7 @@
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/gpu/DrawingBuffer.h"
|
| #include "platform/graphics/paint/DrawingRecorder.h"
|
| +#include "platform/image-decoders/ImageDecoder.h"
|
| #include "platform/scroll/ScrollbarTheme.h"
|
| #include "platform/weborigin/SchemeRegistry.h"
|
| #include "public/platform/Platform.h"
|
| @@ -3277,6 +3278,7 @@ void WebViewImpl::setDeviceColorProfile(const WebVector<char>& colorProfile)
|
|
|
| Vector<char> deviceProfile;
|
| deviceProfile.append(colorProfile.data(), colorProfile.size());
|
| + ImageDecoder::setTargetColorProfile(deviceProfile);
|
|
|
| page()->setDeviceColorProfile(deviceProfile);
|
| }
|
|
|