Index: mojo/aura/screen_mojo.cc |
diff --git a/mojo/aura/screen_mojo.cc b/mojo/aura/screen_mojo.cc |
index b07c320a601d0f921824190eff85724ef81a2c98..484898cf7b08b205d5922df108a11ee20f511982 100644 |
--- a/mojo/aura/screen_mojo.cc |
+++ b/mojo/aura/screen_mojo.cc |
@@ -49,6 +49,12 @@ gfx::Display ScreenMojo::GetDisplayNearestWindow( |
return display_; |
} |
+bool ScreenMojo::GetDisplayColorProfile( |
+ gfx::NativeWindow window, std::vector<char>* color_profile) const { |
+ // TODO(port): consider screen color profile support. |
+ return false; |
+} |
+ |
gfx::Display ScreenMojo::GetDisplayNearestPoint(const gfx::Point& point) const { |
return display_; |
} |