Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 66ec1029bba981baf92ced263105eaa17f6f26db..75577ef6b2aa13ca3a27b3bafd619d78ef19ecf0 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -191,6 +191,7 @@ public: |
virtual float deviceScaleFactor() const OVERRIDE; |
virtual void setDeviceScaleFactor(float) OVERRIDE; |
+ void deviceColorProfileChanged(const char* profile, size_t) OVERRIDE; |
virtual void setFixedLayoutSize(const WebSize&) OVERRIDE; |