// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_PAINT_TARGET_COLOR_PARAMS_H_ #define CC_PAINT_TARGET_COLOR_PARAMS_H_ #include <optional> #include <string> #include "cc/paint/paint_export.h" #include "ui/gfx/color_space.h" #include "ui/gfx/hdr_metadata.h" namespace cc { // Color parameters for a target for rasterization. struct CC_PAINT_EXPORT TargetColorParams { … }; } // namespace cc #endif // CC_PAINT_TARGET_COLOR_PARAMS_H_