#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_FRAME_SINKS_EMBEDDED_FRAME_SINK_MOJOM_BLINK_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_FRAME_SINKS_EMBEDDED_FRAME_SINK_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "third_party/blink/public/mojom/frame_sinks/embedded_frame_sink.mojom-features.h"
#include "third_party/blink/public/mojom/frame_sinks/embedded_frame_sink.mojom-shared.h"
#include "third_party/blink/public/mojom/frame_sinks/embedded_frame_sink.mojom-blink-forward.h"
#include "services/viz/public/mojom/compositing/compositor_frame_sink.mojom-blink-forward.h"
#include "services/viz/public/mojom/compositing/frame_sink_bundle.mojom-blink-forward.h"
#include "services/viz/public/mojom/compositing/frame_sink_bundle_id.mojom-blink.h"
#include "services/viz/public/mojom/compositing/frame_sink_id.mojom-blink.h"
#include "services/viz/public/mojom/compositing/surface_info.mojom-blink-forward.h"
#include "services/viz/public/mojom/compositing/local_surface_id.mojom-blink.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/lib/message_size_estimator.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "third_party/blink/public/platform/web_common.h"
namespace blink::mojom::blink {
class SurfaceEmbedderProxy;
template <typename ImplRefTraits>
class SurfaceEmbedderStub;
class SurfaceEmbedderRequestValidator;
class BLINK_PLATFORM_EXPORT SurfaceEmbedder
: public SurfaceEmbedderInterfaceBase { … };
class EmbeddedFrameSinkClientProxy;
template <typename ImplRefTraits>
class EmbeddedFrameSinkClientStub;
class EmbeddedFrameSinkClientRequestValidator;
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkClient
: public EmbeddedFrameSinkClientInterfaceBase { … };
class EmbeddedFrameSinkProviderProxy;
template <typename ImplRefTraits>
class EmbeddedFrameSinkProviderStub;
class EmbeddedFrameSinkProviderRequestValidator;
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkProvider
: public EmbeddedFrameSinkProviderInterfaceBase { … };
class BLINK_PLATFORM_EXPORT SurfaceEmbedderProxy
: public SurfaceEmbedder { … };
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkClientProxy
: public EmbeddedFrameSinkClient { … };
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkProviderProxy
: public EmbeddedFrameSinkProvider { … };
class BLINK_PLATFORM_EXPORT SurfaceEmbedderStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<SurfaceEmbedder>>
class SurfaceEmbedderStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
SurfaceEmbedderStub() = default;
~SurfaceEmbedderStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<EmbeddedFrameSinkClient>>
class EmbeddedFrameSinkClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
EmbeddedFrameSinkClientStub() = default;
~EmbeddedFrameSinkClientStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkProviderStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<EmbeddedFrameSinkProvider>>
class EmbeddedFrameSinkProviderStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
EmbeddedFrameSinkProviderStub() = default;
~EmbeddedFrameSinkProviderStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_PLATFORM_EXPORT SurfaceEmbedderRequestValidator : public mojo::MessageReceiver { … };
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkClientRequestValidator : public mojo::MessageReceiver { … };
class BLINK_PLATFORM_EXPORT EmbeddedFrameSinkProviderRequestValidator : public mojo::MessageReceiver { … };
}
namespace mojo {
}
#endif