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

Unified Diff: ui/aura/test/test_screen.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
« no previous file with comments | « ui/aura/test/test_screen.h ('k') | ui/gfx/screen.h » ('j') | ui/gfx/screen.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_screen.cc
diff --git a/ui/aura/test/test_screen.cc b/ui/aura/test/test_screen.cc
index 425f58ebc6f9184cfe270ab3b59489f5a4100da0..da3d91c86eb24d373b0b5ccd8f619e75821e8ab8 100644
--- a/ui/aura/test/test_screen.cc
+++ b/ui/aura/test/test_screen.cc
@@ -131,6 +131,11 @@ gfx::Display TestScreen::GetDisplayNearestWindow(
return display_;
}
+bool TestScreen::GetDisplayColorProfile(
+ gfx::NativeWindow window, std::vector<char>* color_profile) const {
+ return false;
+}
+
gfx::Display TestScreen::GetDisplayNearestPoint(const gfx::Point& point) const {
return display_;
}
« no previous file with comments | « ui/aura/test/test_screen.h ('k') | ui/gfx/screen.h » ('j') | ui/gfx/screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698