| Index: third_party/WebKit/public/web/WebView.h
|
| diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
|
| index 061f017782ad347aaed291263b0701931b4795bd..a08cf28f3ed97fc5f461bbc54593320de871c9d1 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -40,6 +40,10 @@
|
| #include "../platform/WebVector.h"
|
| #include "WebWidget.h"
|
|
|
| +namespace gfx {
|
| +class ICCProfile;
|
| +}
|
| +
|
| namespace blink {
|
|
|
| class WebAXObject;
|
| @@ -317,7 +321,7 @@ class WebView : protected WebWidget {
|
| virtual void setZoomFactorForDeviceScaleFactor(float) = 0;
|
|
|
| // Set and reset the device color profile.
|
| - virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
|
| + virtual void setDeviceColorProfile(const gfx::ICCProfile&) = 0;
|
|
|
| // Resize the view at the same time as changing the state of the top
|
| // controls. If |browserControlsShrinkLayout| is true, the embedder shrunk the
|
|
|