Index: Source/core/page/Page.h |
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
index 2121d0295ea549dcc60821dbe47db3a8945e5f73..e90ae63be7681ce90f8ef858b913b16de1acf503 100644 |
--- a/Source/core/page/Page.h |
+++ b/Source/core/page/Page.h |
@@ -184,6 +184,8 @@ public: |
float deviceScaleFactor() const { return m_deviceScaleFactor; } |
void setDeviceScaleFactor(float); |
+ void setDeviceColorProfile(const Vector<char>&); |
+ void resetDeviceColorProfile(); |
static void allVisitedStateChanged(); |
static void visitedStateChanged(LinkHash visitedHash); |