| 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 00c8ca2d67c0f489f10c7ad4862100d0f336bb41..9b8906fe47edf066e2b4f6c982d8c97584eaec6b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -3022,7 +3022,7 @@ void WebViewImpl::setZoomFactorForDeviceScaleFactor(
|
| setZoomLevel(m_zoomLevel);
|
| }
|
|
|
| -void WebViewImpl::setDeviceColorProfile(const WebVector<char>& colorProfile) {
|
| +void WebViewImpl::setDeviceColorProfile(const gfx::ICCProfile& colorProfile) {
|
| ColorBehavior::setGlobalTargetColorProfile(colorProfile);
|
| }
|
|
|
|
|