Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: mojo/aura/screen_mojo.cc

Issue 263643004: Teach gfx::Screen about color profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mojo movers [sky]. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}
« no previous file with comments | « mojo/aura/screen_mojo.h ('k') | ui/aura/test/test_screen.h » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698