Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index bb7c72b8eae5df5b3341ead8295783fdbb136252..6566c02e774a678c0c2a1ec3a1d00505b6eb5c4e 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -178,6 +178,8 @@ public: |
float deviceScaleFactor() const { return m_deviceScaleFactor; } |
void setDeviceScaleFactor(float); |
+ void deviceColorProfileChanged(const char* profile, size_t); |
+ |
static void allVisitedStateChanged(); |
static void visitedStateChanged(LinkHash visitedHash); |