Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index 098baacc4a548db3256e29a91914fe5c78cecd74..a0a28e7be459847a470b56fa5c94284c81364616 100644 |
--- a/public/web/WebView.h |
+++ b/public/web/WebView.h |
@@ -286,6 +286,8 @@ public: |
// Sets the ratio as computed by computePageScaleConstraints. |
virtual void setDeviceScaleFactor(float) = 0; |
+ // Color profile of the display has changed. |
+ virtual void deviceColorProfileChanged(const char* profile, size_t) = 0; |
// Fixed Layout -------------------------------------------------------- |