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

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

Issue 2950183002: color: Use ICCProfile from display::Display instead of FromBestMonitor (Closed)
Patch Set: 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
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

Powered by Google App Engine
This is Rietveld 408576698