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

Unified Diff: ui/compositor/compositor.h

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 | « ui/aura/window_tree_host.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 9c72fc41304a7b1b53a945775ce6573a0f11882f..205c66b3ef248bd152d62da636c673fc599a0ea9 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -246,7 +246,7 @@ class COMPOSITOR_EXPORT Compositor
void SetScaleAndSize(float scale, const gfx::Size& size_in_pixel);
// Set the output color profile into which this compositor should render.
- void SetDisplayColorProfile(const gfx::ICCProfile& icc_profile);
+ void SetDisplayColorSpace(const gfx::ColorSpace& color_space);
// Returns the size of the widget that is being drawn to in pixel coordinates.
const gfx::Size& size() const { return size_; }
« no previous file with comments | « ui/aura/window_tree_host.cc ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698