blob: c635da4a6bbf9deddf36df467f36e7bd8ab26ecc [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_VIZ_PUBLIC_INTERFACES_COMPOSITING_COPY_OUTPUT_RESULT_MOJOM_BLINK_H_
#define SERVICES_VIZ_PUBLIC_INTERFACES_COMPOSITING_COPY_OUTPUT_RESULT_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <type_traits>
#include <utility>
#include "base/callback.h"
#include "base/macros.h"
#include "base/optional.h"
#include "mojo/public/cpp/bindings/mojo_buildflags.h"
#if BUILDFLAG(MOJO_TRACE_ENABLED)
#include "base/trace_event/trace_event.h"
#endif
#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 "services/viz/public/interfaces/compositing/copy_output_result.mojom-shared.h"
#include "services/viz/public/interfaces/compositing/copy_output_result.mojom-blink-forward.h"
#include "gpu/ipc/common/mailbox.mojom-blink.h"
#include "gpu/ipc/common/sync_token.mojom-blink.h"
#include "services/viz/public/interfaces/compositing/texture_releaser.mojom-blink.h"
#include "skia/public/interfaces/bitmap.mojom-blink.h"
#include "ui/gfx/geometry/mojo/geometry.mojom-blink.h"
#include "ui/gfx/mojo/color_space.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/associated_interface_ptr.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr_info.h"
#include "mojo/public/cpp/bindings/associated_interface_request.h"
#include "mojo/public/cpp/bindings/interface_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "mojo/public/cpp/bindings/thread_safe_interface_ptr.h"
#include "mojo/public/cpp/bindings/lib/native_enum_serialization.h"
#include "mojo/public/cpp/bindings/lib/native_struct_serialization.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace WTF {
struct viz_mojom_internal_CopyOutputResultFormat_DataHashFn {
static unsigned GetHash(const ::viz::mojom::CopyOutputResultFormat& value) {
using utype = std::underlying_type<::viz::mojom::CopyOutputResultFormat>::type;
return DefaultHash<utype>::Hash().GetHash(static_cast<utype>(value));
}
static bool Equal(const ::viz::mojom::CopyOutputResultFormat& left, const ::viz::mojom::CopyOutputResultFormat& right) {
return left == right;
}
static const bool safe_to_compare_to_empty_or_deleted = true;
};
template <>
struct HashTraits<::viz::mojom::CopyOutputResultFormat>
: public GenericHashTraits<::viz::mojom::CopyOutputResultFormat> {
static_assert(true,
"-1000000 is a reserved enum value");
static_assert(true,
"-1000001 is a reserved enum value");
static const bool hasIsEmptyValueFunction = true;
static bool IsEmptyValue(const ::viz::mojom::CopyOutputResultFormat& value) {
return value == static_cast<::viz::mojom::CopyOutputResultFormat>(-1000000);
}
static void ConstructDeletedValue(::viz::mojom::CopyOutputResultFormat& slot, bool) {
slot = static_cast<::viz::mojom::CopyOutputResultFormat>(-1000001);
}
static bool IsDeletedValue(const ::viz::mojom::CopyOutputResultFormat& value) {
return value == static_cast<::viz::mojom::CopyOutputResultFormat>(-1000001);
}
};
} // namespace WTF
namespace viz {
namespace mojom {
namespace blink {
// @generated_from: viz.mojom.CopyOutputResult
class CopyOutputResult {
public:
template <typename T>
using EnableIfSame = std::enable_if_t<std::is_same<CopyOutputResult, T>::value>;
using DataView = CopyOutputResultDataView;
using Data_ = internal::CopyOutputResult_Data;
template <typename... Args>
static CopyOutputResultPtr New(Args&&... args) {
return CopyOutputResultPtr(
base::in_place, std::forward<Args>(args)...);
}
template <typename U>
static CopyOutputResultPtr From(const U& u) {
return mojo::TypeConverter<CopyOutputResultPtr, U>::Convert(u);
}
template <typename U>
U To() const {
return mojo::TypeConverter<U, CopyOutputResult>::Convert(*this);
}
CopyOutputResult();
CopyOutputResult(
CopyOutputResultFormat format,
const ::blink::WebRect& rect,
const SkBitmap& bitmap,
::gpu::mojom::blink::MailboxPtr mailbox,
const base::Optional<::gpu::SyncToken>& sync_token,
::gfx::mojom::blink::ColorSpacePtr color_space,
::viz::mojom::blink::TextureReleaserPtrInfo releaser);
~CopyOutputResult();
// Clone() is a template so it is only instantiated if it is used. Thus, the
// bindings generator does not need to know whether Clone() or copy
// constructor/assignment are available for members.
template <typename StructPtrType = CopyOutputResultPtr>
CopyOutputResultPtr Clone() const;
// Equals() is a template so it is only instantiated if it is used. Thus, the
// bindings generator does not need to know whether Equals() or == operator
// are available for members.
template <typename T, CopyOutputResult::EnableIfSame<T>* = nullptr>
bool Equals(const T& other) const;
template <typename UserType>
static WTF::Vector<uint8_t> Serialize(UserType* input) {
return mojo::internal::SerializeImpl<
CopyOutputResult::DataView, WTF::Vector<uint8_t>>(input);
}
template <typename UserType>
static mojo::Message SerializeAsMessage(UserType* input) {
return mojo::internal::SerializeAsMessageImpl<
CopyOutputResult::DataView>(input);
}
// The returned Message is serialized only if the message is moved
// cross-process or cross-language. Otherwise if the message is Deserialized
// as the same UserType |input| will just be moved to |output| in
// DeserializeFromMessage.
template <typename UserType>
static mojo::Message WrapAsMessage(UserType input) {
return mojo::Message(std::make_unique<
internal::CopyOutputResult_UnserializedMessageContext<
UserType, CopyOutputResult::DataView>>(0, 0, std::move(input)));
}
template <typename UserType>
static bool Deserialize(const void* data,
size_t data_num_bytes,
UserType* output) {
return mojo::internal::DeserializeImpl<CopyOutputResult::DataView>(
data, data_num_bytes, std::vector<mojo::ScopedHandle>(), output, Validate);
}
template <typename UserType>
static bool Deserialize(const WTF::Vector<uint8_t>& input,
UserType* output) {
return CopyOutputResult::Deserialize(
input.size() == 0 ? nullptr : &input.front(), input.size(), output);
}
template <typename UserType>
static bool DeserializeFromMessage(mojo::Message input,
UserType* output) {
auto context = input.TakeUnserializedContext<
internal::CopyOutputResult_UnserializedMessageContext<
UserType, CopyOutputResult::DataView>>();
if (context) {
*output = std::move(context->TakeData());
return true;
}
input.SerializeIfNecessary();
return mojo::internal::DeserializeImpl<CopyOutputResult::DataView>(
input.payload(), input.payload_num_bytes(),
std::move(*input.mutable_handles()), output, Validate);
}
// @generated_from: viz.mojom.CopyOutputResult.format
CopyOutputResultFormat format;
// @generated_from: viz.mojom.CopyOutputResult.rect
::blink::WebRect rect;
// @generated_from: viz.mojom.CopyOutputResult.bitmap
SkBitmap bitmap;
// @generated_from: viz.mojom.CopyOutputResult.mailbox
::gpu::mojom::blink::MailboxPtr mailbox;
// @generated_from: viz.mojom.CopyOutputResult.sync_token
base::Optional<::gpu::SyncToken> sync_token;
// @generated_from: viz.mojom.CopyOutputResult.color_space
::gfx::mojom::blink::ColorSpacePtr color_space;
// @generated_from: viz.mojom.CopyOutputResult.releaser
::viz::mojom::blink::TextureReleaserPtrInfo releaser;
private:
static bool Validate(const void* data,
mojo::internal::ValidationContext* validation_context);
DISALLOW_COPY_AND_ASSIGN(CopyOutputResult);
};
// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, CopyOutputResult::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, CopyOutputResult::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {
return !(rhs < lhs);
}
template <typename T, CopyOutputResult::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {
return rhs < lhs;
}
template <typename T, CopyOutputResult::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {
return !(lhs < rhs);
}
template <typename StructPtrType>
CopyOutputResultPtr CopyOutputResult::Clone() const {
return New(
mojo::Clone(format),
mojo::Clone(rect),
mojo::Clone(bitmap),
mojo::Clone(mailbox),
mojo::Clone(sync_token),
mojo::Clone(color_space),
mojo::Clone(releaser)
);
}
template <typename T, CopyOutputResult::EnableIfSame<T>*>
bool CopyOutputResult::Equals(const T& other_struct) const {
if (!mojo::Equals(this->format, other_struct.format))
return false;
if (!mojo::Equals(this->rect, other_struct.rect))
return false;
if (!mojo::Equals(this->bitmap, other_struct.bitmap))
return false;
if (!mojo::Equals(this->mailbox, other_struct.mailbox))
return false;
if (!mojo::Equals(this->sync_token, other_struct.sync_token))
return false;
if (!mojo::Equals(this->color_space, other_struct.color_space))
return false;
if (!mojo::Equals(this->releaser, other_struct.releaser))
return false;
return true;
}
template <typename T, CopyOutputResult::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {
if (lhs.format < rhs.format)
return true;
if (rhs.format < lhs.format)
return false;
if (lhs.rect < rhs.rect)
return true;
if (rhs.rect < lhs.rect)
return false;
if (lhs.bitmap < rhs.bitmap)
return true;
if (rhs.bitmap < lhs.bitmap)
return false;
if (lhs.mailbox < rhs.mailbox)
return true;
if (rhs.mailbox < lhs.mailbox)
return false;
if (lhs.sync_token < rhs.sync_token)
return true;
if (rhs.sync_token < lhs.sync_token)
return false;
if (lhs.color_space < rhs.color_space)
return true;
if (rhs.color_space < lhs.color_space)
return false;
if (lhs.releaser < rhs.releaser)
return true;
if (rhs.releaser < lhs.releaser)
return false;
return false;
}
} // namespace blink
} // namespace mojom
} // namespace viz
namespace mojo {
template <>
struct StructTraits<::viz::mojom::blink::CopyOutputResult::DataView,
::viz::mojom::blink::CopyOutputResultPtr> {
static bool IsNull(const ::viz::mojom::blink::CopyOutputResultPtr& input) { return !input; }
static void SetToNull(::viz::mojom::blink::CopyOutputResultPtr* output) { output->reset(); }
static decltype(::viz::mojom::blink::CopyOutputResult::format) format(
const ::viz::mojom::blink::CopyOutputResultPtr& input) {
return input->format;
}
static const decltype(::viz::mojom::blink::CopyOutputResult::rect)& rect(
const ::viz::mojom::blink::CopyOutputResultPtr& input) {
return input->rect;
}
static decltype(::viz::mojom::blink::CopyOutputResult::bitmap)& bitmap(
::viz::mojom::blink::CopyOutputResultPtr& input) {
return input->bitmap;
}
static const decltype(::viz::mojom::blink::CopyOutputResult::mailbox)& mailbox(
const ::viz::mojom::blink::CopyOutputResultPtr& input) {
return input->mailbox;
}
static const decltype(::viz::mojom::blink::CopyOutputResult::sync_token)& sync_token(
const ::viz::mojom::blink::CopyOutputResultPtr& input) {
return input->sync_token;
}
static const decltype(::viz::mojom::blink::CopyOutputResult::color_space)& color_space(
const ::viz::mojom::blink::CopyOutputResultPtr& input) {
return input->color_space;
}
static decltype(::viz::mojom::blink::CopyOutputResult::releaser)& releaser(
::viz::mojom::blink::CopyOutputResultPtr& input) {
return input->releaser;
}
static bool Read(::viz::mojom::blink::CopyOutputResult::DataView input, ::viz::mojom::blink::CopyOutputResultPtr* output);
};
} // namespace mojo
#endif // SERVICES_VIZ_PUBLIC_INTERFACES_COMPOSITING_COPY_OUTPUT_RESULT_MOJOM_BLINK_H_
/* Metadata comment
eyJtZXRhIjogW3siZW5kIjogMzk4NywgImJlZ2luIjogMzk3MSwgImVkZ2UiOiAiJS9reXRoZS9l
ZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3Jw
dXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2Ui
OiAibW9qb20iLCAic2lnbmF0dXJlIjogInZpei5tb2pvbS5Db3B5T3V0cHV0UmVzdWx0In19LCB7
ImVuZCI6IDc4NDMsICJiZWdpbiI6IDc4MjEsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0
ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9t
aXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwg
InNpZ25hdHVyZSI6ICJ2aXoubW9qb20uQ29weU91dHB1dFJlc3VsdC5mb3JtYXQifX0sIHsiZW5k
IjogNzkzMCwgImJlZ2luIjogNzkyNiwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIs
ICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0u
Z29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2ln
bmF0dXJlIjogInZpei5tb2pvbS5Db3B5T3V0cHV0UmVzdWx0LnJlY3QifX0sIHsiZW5kIjogODAw
NiwgImJlZ2luIjogODAwMCwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBl
IjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xl
c291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJl
IjogInZpei5tb2pvbS5Db3B5T3V0cHV0UmVzdWx0LmJpdG1hcCJ9fSwgeyJlbmQiOiA4MDk5LCAi
YmVnaW4iOiA4MDg5LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAi
YW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3Vy
Y2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAi
dml6Lm1vam9tLkNvcHlPdXRwdXRSZXN1bHQubWFpbGJveCJ9fSwgeyJlbmQiOiA4MjE1LCAiYmVn
aW4iOiA4MjA1LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5j
aG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2Uu
Y29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAidml6
Lm1vam9tLkNvcHlPdXRwdXRSZXN1bHQuc3luY190b2tlbiJ9fSwgeyJlbmQiOiA4MzI3LCAiYmVn
aW4iOiA4MzE2LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5j
aG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2Uu
Y29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAidml6
Lm1vam9tLkNvcHlPdXRwdXRSZXN1bHQuY29sb3Jfc3BhY2UifX0sIHsiZW5kIjogODQ0MiwgImJl
Z2luIjogODQzNCwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFu
Y2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNl
LmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogInZp
ei5tb2pvbS5Db3B5T3V0cHV0UmVzdWx0LnJlbGVhc2VyIn19XSwgInR5cGUiOiAia3l0aGUwIn0=
*/