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