| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index 40ff9b303b329863331fe9fefda7213785e2963d..db4c0904aad0eba029c8c044130152ac85db8dc1 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -288,6 +288,9 @@ public:
|
| // Sets the ratio as computed by computePageScaleConstraints.
|
| virtual void setDeviceScaleFactor(float) = 0;
|
|
|
| + // Set and reset the device color profile.
|
| + virtual void setDeviceColorProfile(const WebVector<char>&) = 0;
|
| + virtual void resetDeviceColorProfile() = 0;
|
|
|
| // Fixed Layout --------------------------------------------------------
|
|
|
|
|