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

Unified Diff: headless/lib/browser/headless_window_tree_host.cc

Issue 2950183002: color: Use ICCProfile from display::Display instead of FromBestMonitor (Closed)
Patch Set: Use forced color profile in display::Display ctor Created 3 years, 6 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 | « headless/lib/browser/headless_window_tree_host.h ('k') | ui/aura/mus/window_tree_host_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/lib/browser/headless_window_tree_host.cc
diff --git a/headless/lib/browser/headless_window_tree_host.cc b/headless/lib/browser/headless_window_tree_host.cc
index 6b59e30d47d93053d3da4b7572c0c6b7f5151a83..7936cd6ef59f4f1697b5c2cde9efcab19f4ed796 100644
--- a/headless/lib/browser/headless_window_tree_host.cc
+++ b/headless/lib/browser/headless_window_tree_host.cc
@@ -79,8 +79,4 @@ void HeadlessWindowTreeHost::MoveCursorToScreenLocationInPixels(
void HeadlessWindowTreeHost::OnCursorVisibilityChangedNative(bool show) {}
-gfx::ICCProfile HeadlessWindowTreeHost::GetICCProfileForCurrentDisplay() {
- return gfx::ICCProfile();
-}
-
} // namespace headless
« no previous file with comments | « headless/lib/browser/headless_window_tree_host.h ('k') | ui/aura/mus/window_tree_host_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698