#ifndef SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_FRAME_INTERVAL_INPUTS_MOJOM_SHARED_H_
#define SERVICES_VIZ_PUBLIC_MOJOM_COMPOSITING_FRAME_INTERVAL_INPUTS_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 "services/viz/public/mojom/compositing/frame_interval_inputs.mojom-shared-internal.h"
#include "mojo/public/mojom/base/time.mojom-shared.h"
namespace viz::mojom {
class ContentFrameIntervalInfoDataView;
class FrameIntervalInputsDataView;
}
namespace mojo {
namespace internal {
template <>
struct MojomTypeTraits<::viz::mojom::ContentFrameIntervalInfoDataView> { … };
template <>
struct MojomTypeTraits<::viz::mojom::FrameIntervalInputsDataView> { … };
}
}
namespace viz::mojom {
enum class ContentFrameIntervalType : int32_t { … };
std::ostream& operator<<(std::ostream& os, ContentFrameIntervalType value);
inline bool IsKnownEnumValue(ContentFrameIntervalType value) { … }
class ContentFrameIntervalInfoDataView { … };
class FrameIntervalInputsDataView { … };
}
namespace std {
template <>
struct hash<::viz::mojom::ContentFrameIntervalType>
: public mojo::internal::EnumHashImpl<::viz::mojom::ContentFrameIntervalType> { … };
}
namespace mojo {
namespace internal {
Serializer< ::viz::mojom::ContentFrameIntervalType, MaybeConstUserType>;
}
namespace internal {
Serializer< ::viz::mojom::ContentFrameIntervalInfoDataView, MaybeConstUserType>;
}
namespace internal {
Serializer< ::viz::mojom::FrameIntervalInputsDataView, MaybeConstUserType>;
}
}
namespace viz::mojom {
inline void ContentFrameIntervalInfoDataView::GetFrameIntervalDataView(
::mojo_base::mojom::TimeDeltaDataView* output) { … }
inline void FrameIntervalInputsDataView::GetFrameTimeDataView(
::mojo_base::mojom::TimeTicksDataView* output) { … }
inline void FrameIntervalInputsDataView::GetContentIntervalInfoDataView(
mojo::ArrayDataView<ContentFrameIntervalInfoDataView>* output) { … }
}
namespace perfetto {
template <>
struct TraceFormatTraits<::viz::mojom::ContentFrameIntervalType> { … };
}
#endif