#ifndef COMPONENTS_DOM_DISTILLER_CORE_MOJOM_DISTILLED_PAGE_PREFS_MOJOM_SHARED_H_
#define COMPONENTS_DOM_DISTILLER_CORE_MOJOM_DISTILLED_PAGE_PREFS_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "components/dom_distiller/core/mojom/distilled_page_prefs.mojom-shared-internal.h"
namespace dom_distiller::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace dom_distiller::mojom {
enum class Theme : int32_t { … };
std::ostream& operator<<(std::ostream& os, Theme value);
inline bool IsKnownEnumValue(Theme value) { … }
enum class FontFamily : int32_t { … };
std::ostream& operator<<(std::ostream& os, FontFamily value);
inline bool IsKnownEnumValue(FontFamily value) { … }
}
namespace std {
template <>
struct hash<::dom_distiller::mojom::Theme>
: public mojo::internal::EnumHashImpl<::dom_distiller::mojom::Theme> { … };
template <>
struct hash<::dom_distiller::mojom::FontFamily>
: public mojo::internal::EnumHashImpl<::dom_distiller::mojom::FontFamily> { … };
}
namespace mojo {
namespace internal {
Serializer< ::dom_distiller::mojom::Theme, MaybeConstUserType>;
}
namespace internal {
Serializer< ::dom_distiller::mojom::FontFamily, MaybeConstUserType>;
}
}
namespace dom_distiller::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::dom_distiller::mojom::Theme> { … };
}
namespace perfetto {
template <>
struct TraceFormatTraits<::dom_distiller::mojom::FontFamily> { … };
}
#endif