#ifndef UI_WEBUI_RESOURCES_CR_COMPONENTS_THEME_COLOR_PICKER_THEME_COLOR_PICKER_MOJOM_PARAMS_DATA_H_
#define UI_WEBUI_RESOURCES_CR_COMPONENTS_THEME_COLOR_PICKER_THEME_COLOR_PICKER_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace theme_color_picker::mojom {
namespace internal {
class ThemeColorPickerHandlerFactory_CreateThemeColorPickerHandler_Params_Data { … };
static_assert …;
class ThemeColorPickerHandler_GetChromeColors_Params_Data { … };
static_assert …;
class ThemeColorPickerHandler_GetChromeColors_ResponseParams_Data { … };
static_assert …;
class ThemeColorPickerHandler_UpdateTheme_Params_Data { … };
static_assert …;
class ThemeColorPickerHandler_SetDefaultColor_Params_Data { … };
static_assert …;
class ThemeColorPickerHandler_SetGreyDefaultColor_Params_Data { … };
static_assert …;
class ThemeColorPickerHandler_SetSeedColor_Params_Data { … };
static_assert …;
class ThemeColorPickerHandler_SetSeedColorFromHue_Params_Data { … };
static_assert …;
class ThemeColorPickerHandler_RemoveBackgroundImage_Params_Data { … };
static_assert …;
class ThemeColorPickerClient_SetTheme_Params_Data { … };
static_assert …;
}
class ThemeColorPickerHandlerFactory_CreateThemeColorPickerHandler_ParamsDataView { … };
class ThemeColorPickerHandler_GetChromeColors_ParamsDataView { … };
class ThemeColorPickerHandler_GetChromeColors_ResponseParamsDataView { … };
class ThemeColorPickerHandler_UpdateTheme_ParamsDataView { … };
class ThemeColorPickerHandler_SetDefaultColor_ParamsDataView { … };
class ThemeColorPickerHandler_SetGreyDefaultColor_ParamsDataView { … };
class ThemeColorPickerHandler_SetSeedColor_ParamsDataView { … };
class ThemeColorPickerHandler_SetSeedColorFromHue_ParamsDataView { … };
class ThemeColorPickerHandler_RemoveBackgroundImage_ParamsDataView { … };
class ThemeColorPickerClient_SetTheme_ParamsDataView { … };
inline void ThemeColorPickerHandler_GetChromeColors_ResponseParamsDataView::GetColorsDataView(
mojo::ArrayDataView<ChromeColorDataView>* output) { … }
inline void ThemeColorPickerHandler_SetSeedColor_ParamsDataView::GetSeedColorDataView(
::skia::mojom::SkColorDataView* output) { … }
inline void ThemeColorPickerClient_SetTheme_ParamsDataView::GetThemeDataView(
ThemeDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif