| 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 fb8766ca26c81b550c43c56faa22c758df5531f0..62c23f2910f658c0ec9ce2581d20efb52ea72912 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -118,6 +118,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"
|
| @@ -3239,6 +3240,7 @@ void WebViewImpl::setDeviceColorProfile(const WebVector<char>& colorProfile)
|
|
|
| Vector<char> deviceProfile;
|
| deviceProfile.append(colorProfile.data(), colorProfile.size());
|
| + ImageDecoder::setOutputDeviceColorProfile(deviceProfile);
|
|
|
| page()->setDeviceColorProfile(deviceProfile);
|
| }
|
|
|