| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index b5045dea9eefa59d2dfd00154b62f9dcb8e7ab9d..26f31c7f5ebf9cc5ff968ac2873f70f6637caf24 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -41,6 +41,7 @@
|
| #include "public/platform/WebRect.h"
|
| #include "public/platform/WebSize.h"
|
| #include "public/platform/WebString.h"
|
| +#include "public/platform/WebVector.h"
|
| #include "public/web/WebInputEvent.h"
|
| #include "public/web/WebNavigationPolicy.h"
|
| #include "public/web/WebView.h"
|
| @@ -191,6 +192,8 @@ public:
|
|
|
| virtual float deviceScaleFactor() const OVERRIDE;
|
| virtual void setDeviceScaleFactor(float) OVERRIDE;
|
| + virtual void setDeviceColorProfile(const WebVector<char>&) OVERRIDE;
|
| + virtual void resetDeviceColorProfile() OVERRIDE;
|
|
|
| virtual void setFixedLayoutSize(const WebSize&) OVERRIDE;
|
|
|
|
|