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

Unified Diff: cc/output/direct_renderer.h

Issue 2693723002: cc: Move output color space from DrawingFrame to RenderPass (Closed)
Patch Set: Fix typo Created 3 years, 10 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 0c8df9ebd662290086ec36e7f98e506369e9ac71..c7a0b5e43f452c578cb355aa10fae67848e46940 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -55,7 +55,6 @@ class CC_EXPORT DirectRenderer {
bool HasAllocatedResourcesForTesting(int render_pass_id) const;
void DrawFrame(RenderPassList* render_passes_in_draw_order,
float device_scale_factor,
- const gfx::ColorSpace& device_color_space,
const gfx::Size& device_viewport_size);
// Public interface implemented by subclasses.
@@ -83,7 +82,6 @@ class CC_EXPORT DirectRenderer {
gfx::Rect root_damage_rect;
gfx::Size device_viewport_size;
- gfx::ColorSpace device_color_space;
gfx::Transform projection_matrix;
gfx::Transform window_matrix;

Powered by Google App Engine
This is Rietveld 408576698