Chromium Code Reviews| Index: public/web/WebView.h |
| diff --git a/public/web/WebView.h b/public/web/WebView.h |
| index a5669eda463062f9281eff403cc2b0003c9ea76e..60e12dbbab45c951496d2049104f6e51a1ab848f 100644 |
| --- a/public/web/WebView.h |
| +++ b/public/web/WebView.h |
| @@ -299,6 +299,8 @@ public: |
| // Sets the ratio as computed by computePageScaleConstraints. |
| virtual void setDeviceScaleFactor(float) = 0; |
| + // The color profile of the display has changed. |
| + virtual void deviceColorProfileChanged(const char* profile, size_t) = 0; |
|
eseidel
2014/05/07 17:14:59
I would expect we'd use a WebData or some other mo
|
| // Fixed Layout -------------------------------------------------------- |