Index: ui/gfx/screen_win.h |
diff --git a/ui/gfx/screen_win.h b/ui/gfx/screen_win.h |
index 7b1ea4c7bcc6021ae0f00e9a29b529cc4545ed03..cefcf7a4da17bd620bf160521159ddb222f8190b 100644 |
--- a/ui/gfx/screen_win.h |
+++ b/ui/gfx/screen_win.h |
@@ -27,6 +27,8 @@ class GFX_EXPORT ScreenWin : public gfx::Screen { |
virtual std::vector<gfx::Display> GetAllDisplays() const OVERRIDE; |
virtual gfx::Display GetDisplayNearestWindow( |
gfx::NativeView window) const OVERRIDE; |
+ virtual bool GetDisplayColorProfile( |
+ gfx::NativeView view, std::vector<char>* color_profile) const OVERRIDE; |
virtual gfx::Display GetDisplayNearestPoint( |
const gfx::Point& point) const OVERRIDE; |
virtual gfx::Display GetDisplayMatching( |