| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index e4ad02f13c9a334256467a701729dd0e3f2e2123..a8bb92cd0ee34944f1dc9899519149b2bfbe1287 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -224,7 +224,7 @@ class WEB_EXPORT WebViewImpl final
|
| void setDeviceScaleFactor(float) override;
|
| void setZoomFactorForDeviceScaleFactor(float) override;
|
|
|
| - void setDeviceColorProfile(const WebVector<char>&) override;
|
| + void setDeviceColorProfile(const gfx::ICCProfile&) override;
|
|
|
| void enableAutoResizeMode(const WebSize& minSize,
|
| const WebSize& maxSize) override;
|
|
|