#include "components/dom_distiller/core/mojom/distilled_page_prefs.mojom-shared.h"
#include <ostream>
#include <utility>
#include "base/strings/stringprintf.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "components/dom_distiller/core/mojom/distilled_page_prefs.mojom-params-data.h"
namespace dom_distiller {
namespace mojom {
NOINLINE static const char* ThemeToStringHelper(Theme value) { … }
std::string ThemeToString(Theme value) { … }
std::ostream& operator<<(std::ostream& os, Theme value) { … }
NOINLINE static const char* FontFamilyToStringHelper(FontFamily value) { … }
std::string FontFamilyToString(FontFamily value) { … }
std::ostream& operator<<(std::ostream& os, FontFamily value) { … }
namespace internal {
}
}
}
namespace perfetto {
void TraceFormatTraits<::dom_distiller::mojom::Theme>::WriteIntoTrace(
perfetto::TracedValue context, ::dom_distiller::mojom::Theme value) { … }
}
namespace perfetto {
void TraceFormatTraits<::dom_distiller::mojom::FontFamily>::WriteIntoTrace(
perfetto::TracedValue context, ::dom_distiller::mojom::FontFamily value) { … }
}