| 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 63e798f316688eab81080c62cfd2ed97b2b6e927..eff150990e969caf22731a3ae4d15350351c538f 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -39,10 +39,6 @@
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebVector.h"
|
| #include "WebWidget.h"
|
| -
|
| -namespace gfx {
|
| -class ColorSpace;
|
| -}
|
|
|
| namespace blink {
|
|
|
| @@ -322,8 +318,8 @@
|
| // level.
|
| virtual void setZoomFactorForDeviceScaleFactor(float) = 0;
|
|
|
| - // Set and reset the device color space.
|
| - virtual void setDeviceColorSpace(const gfx::ColorSpace&) = 0;
|
| + // Set and reset the device color profile.
|
| + virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
|
|
|
| // Resize the view at the same time as changing the state of the top
|
| // controls. If |browserControlsShrinkLayout| is true, the embedder shrunk the
|
|
|