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

Unified Diff: mojo/examples/aura_demo/demo_screen.cc

Issue 263643004: Teach gfx::Screen about color profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add desktop_aura/desktop_screen_x11.h Created 6 years, 8 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/examples/aura_demo/demo_screen.cc
diff --git a/mojo/examples/aura_demo/demo_screen.cc b/mojo/examples/aura_demo/demo_screen.cc
index bc662868296e1f8204da697baeabec446ff9f807..626ece40ed69c8455e924d255fb6e9e2d64fda88 100644
--- a/mojo/examples/aura_demo/demo_screen.cc
+++ b/mojo/examples/aura_demo/demo_screen.cc
@@ -50,6 +50,11 @@ gfx::Display DemoScreen::GetDisplayNearestWindow(
return display_;
}
+bool DemoScreen::GetDisplayColorProfile(
+ gfx::NativeWindow window, std::vector<char>* color_profile) const {
+ return false;
+}
+
gfx::Display DemoScreen::GetDisplayNearestPoint(const gfx::Point& point) const {
return display_;
}

Powered by Google App Engine
This is Rietveld 408576698