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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.h

Issue 2728173004: HDR: Do nonlinear blending in the compositor (Closed)
Patch Set: Fix windows build Created 3 years, 9 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: content/browser/compositor/gpu_process_transport_factory.h
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
index a7f646bc95fce21238f358574acefd29272bd0ac..cab105ae0fde582a57c0933fb4bad4ad358912bc 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -65,7 +65,8 @@ class GpuProcessTransportFactory : public ui::ContextFactory,
void ResizeDisplay(ui::Compositor* compositor,
const gfx::Size& size) override;
void SetDisplayColorSpace(ui::Compositor* compositor,
- const gfx::ColorSpace& color_space) override;
+ const gfx::ColorSpace& blending_color_space,
+ const gfx::ColorSpace& output_color_space) override;
void SetAuthoritativeVSyncInterval(ui::Compositor* compositor,
base::TimeDelta interval) override;
void SetDisplayVSyncParameters(ui::Compositor* compositor,

Powered by Google App Engine
This is Rietveld 408576698