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

Unified Diff: cc/output/dc_layer_overlay.h

Issue 2852953003: Use real colorspace for DirectComposition overlays.
Patch Set: rebase Created 3 years, 7 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 | « no previous file | cc/output/dc_layer_overlay.cc » ('j') | cc/output/gl_renderer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/dc_layer_overlay.h
diff --git a/cc/output/dc_layer_overlay.h b/cc/output/dc_layer_overlay.h
index 5ae861a22d85804fccc5d30b628e4feef893a06e..681b2aea41ba27e445134ec72e951a4341654a30 100644
--- a/cc/output/dc_layer_overlay.h
+++ b/cc/output/dc_layer_overlay.h
@@ -60,6 +60,8 @@ class CC_EXPORT DCLayerOverlay {
// If |rpdq| is present, then the renderer must draw the filter effects and
// copy the result into an IOSurface.
const RenderPassDrawQuad* rpdq = nullptr;
+
+ gfx::ColorSpace color_space;
};
typedef std::vector<DCLayerOverlay> DCLayerOverlayList;
« no previous file with comments | « no previous file | cc/output/dc_layer_overlay.cc » ('j') | cc/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698