#ifndef CONTENT_COMMON_RENDERER_MOJOM_SHARED_H_
#define CONTENT_COMMON_RENDERER_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 "content/common/renderer.mojom-shared-internal.h"
#include "content/common/agent_scheduling_group.mojom-shared.h"
#include "content/common/native_types.mojom-shared.h"
#include "ipc/ipc.mojom-shared.h"
#include "mojo/public/mojom/base/generic_pending_receiver.mojom-shared.h"
#include "mojo/public/mojom/base/process_priority.mojom-shared.h"
#include "mojo/public/mojom/base/shared_memory.mojom-shared.h"
#include "mojo/public/mojom/base/time.mojom-shared.h"
#include "services/network/public/mojom/network_types.mojom-shared.h"
#include "third_party/blink/public/mojom/browser_interface_broker.mojom-shared.h"
#include "third_party/blink/public/mojom/origin_trials/origin_trials_settings.mojom-shared.h"
#include "third_party/blink/public/mojom/user_agent/user_agent_metadata.mojom-shared.h"
#include "mojo/public/cpp/bindings/lib/interface_serialization.h"
#include "mojo/public/cpp/system/data_pipe.h"
#include "mojo/public/cpp/bindings/native_enum.h"
#include "mojo/public/cpp/bindings/lib/native_struct_serialization.h"
#include "base/component_export.h"
namespace content::mojom {
class UpdateScrollbarThemeParamsDataView;
class UpdateSystemColorInfoParamsDataView;
}
namespace mojo {
namespace internal {
template <>
struct MojomTypeTraits<::content::mojom::UpdateScrollbarThemeParamsDataView> { … };
template <>
struct MojomTypeTraits<::content::mojom::UpdateSystemColorInfoParamsDataView> { … };
}
}
namespace contentmojom
namespace std {
template <>
struct hash<::content::mojom::RenderProcessVisibleState>
: public mojo::internal::EnumHashImpl<::content::mojom::RenderProcessVisibleState> { … };
}
namespace mojo {
namespace internal {
Serializer< ::content::mojom::RenderProcessVisibleState, MaybeConstUserType>;
}
namespace internal {
Serializer< ::content::mojom::UpdateScrollbarThemeParamsDataView, MaybeConstUserType>;
}
namespace internal {
Serializer< ::content::mojom::UpdateSystemColorInfoParamsDataView, MaybeConstUserType>;
}
}
namespace content::mojom {
}
namespace perfetto {
template <>
struct COMPONENT_EXPORT(MOJOM_SHARED_CONTENT_EXPORT) TraceFormatTraits<::content::mojom::RenderProcessVisibleState> { … };
}
#endif