#ifndef CHROME_SERVICES_PRINTING_PUBLIC_MOJOM_PDF_RENDER_SETTINGS_MOJOM_SHARED_H_
#define CHROME_SERVICES_PRINTING_PUBLIC_MOJOM_PDF_RENDER_SETTINGS_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "mojo/public/cpp/bindings/array_data_view.h"
#include "mojo/public/cpp/bindings/enum_traits.h"
#include "mojo/public/cpp/bindings/interface_data_view.h"
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/map_data_view.h"
#include "mojo/public/cpp/bindings/string_data_view.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "chrome/services/printing/public/mojom/pdf_render_settings.mojom-shared-internal.h"
#include "ui/gfx/geometry/mojom/geometry.mojom-shared.h"
namespace printing::mojom {
class PdfRenderSettingsDataView;
}
namespace mojo {
namespace internal {
template <>
struct MojomTypeTraits<::printing::mojom::PdfRenderSettingsDataView> { … };
}
}
namespace printing::mojom {
enum class PdfRenderSettings_Mode : int32_t { … };
std::ostream& operator<<(std::ostream& os, PdfRenderSettings_Mode value);
inline bool IsKnownEnumValue(PdfRenderSettings_Mode value) { … }
class PdfRenderSettingsDataView { … };
}
namespace std {
template <>
struct hash<::printing::mojom::PdfRenderSettings_Mode>
: public mojo::internal::EnumHashImpl<::printing::mojom::PdfRenderSettings_Mode> { … };
}
namespace mojo {
namespace internal {
Serializer< ::printing::mojom::PdfRenderSettings_Mode, MaybeConstUserType>;
}
namespace internal {
Serializer< ::printing::mojom::PdfRenderSettingsDataView, MaybeConstUserType>;
}
}
namespace printing::mojom {
inline void PdfRenderSettingsDataView::GetAreaDataView(
::gfx::mojom::RectDataView* output) { … }
inline void PdfRenderSettingsDataView::GetOffsetsDataView(
::gfx::mojom::PointDataView* output) { … }
inline void PdfRenderSettingsDataView::GetDpiDataView(
::gfx::mojom::SizeDataView* output) { … }
}
namespace perfetto {
template <>
struct TraceFormatTraits<::printing::mojom::PdfRenderSettings_Mode> { … };
}
#endif