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

Unified Diff: cc/output/direct_renderer.h

Issue 2102203003: Color: Plumb color profile from ui::Compositor to cc::DirectRenderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ozone build Created 4 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: cc/output/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index 0fa71447ba1d61528562b812134d155c7283c63c..16f87571fa4bbabc1c951e6e04f307a03b73f44c 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -36,6 +36,7 @@ class CC_EXPORT DirectRenderer : public Renderer {
bool HasAllocatedResourcesForTesting(RenderPassId id) const override;
void DrawFrame(RenderPassList* render_passes_in_draw_order,
float device_scale_factor,
+ const gfx::ColorProfile& device_color_profile,
const gfx::Rect& device_viewport_rect,
const gfx::Rect& device_clip_rect,
bool disable_picture_quad_image_filtering) override;

Powered by Google App Engine
This is Rietveld 408576698