Index: ui/gfx/screen_ios.mm |
diff --git a/ui/gfx/screen_ios.mm b/ui/gfx/screen_ios.mm |
index f630f00a9f04740d20bea44f922b22f7a380af73..7e8eb65f2d81483449f1bd749e2ed7e8b104efb3 100644 |
--- a/ui/gfx/screen_ios.mm |
+++ b/ui/gfx/screen_ios.mm |
@@ -53,6 +53,13 @@ class ScreenIos : public gfx::Screen { |
return gfx::Display(); |
} |
+ // Returns the ICC color profile of the display nearest the window. |
+ virtual bool GetDisplayColorProfile( |
+ gfx::NativeView view, std::vector<char>* color_profile) const OVERRIDE { |
+ // TODO(port): consider screen color profile support. |
+ return false; |
+ } |
+ |
// Returns the the display nearest the specified point. |
virtual gfx::Display GetDisplayNearestPoint( |
const gfx::Point& point) const OVERRIDE { |