| 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;
|
|
|