chromium/out/Default/gen/content/browser/devtools/protocol/system_info.h

// This file is generated by TypeBuilder_h.template.

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef content_protocol_SystemInfo_h
#define content_protocol_SystemInfo_h

#include "content/common/content_export.h"
#include "content/browser/devtools/protocol/protocol.h"
// For each imported domain we generate a ValueConversions struct instead of a full domain definition
// and include Domain::API version from there.

namespace content {
namespace protocol {
namespace SystemInfo {
class GPUDevice;
class Size;
class VideoDecodeAcceleratorCapability;
class VideoEncodeAcceleratorCapability;
SubsamplingFormat;
ImageType;
class ImageDecodeAcceleratorCapability;
class GPUInfo;
class ProcessInfo;

// ------------- Forward and enum declarations.

namespace SubsamplingFormatEnum {
CONTENT_EXPORT extern const char Yuv420[];
CONTENT_EXPORT extern const char Yuv422[];
CONTENT_EXPORT extern const char Yuv444[];
} // namespace SubsamplingFormatEnum

namespace ImageTypeEnum {
CONTENT_EXPORT extern const char Jpeg[];
CONTENT_EXPORT extern const char Webp[];
CONTENT_EXPORT extern const char Unknown[];
} // namespace ImageTypeEnum

// ------------- Type and builder declarations.

class CONTENT_EXPORT GPUDevice : public ::crdtp::ProtocolObject<GPUDevice> {};


class CONTENT_EXPORT Size : public ::crdtp::ProtocolObject<Size> {};


class CONTENT_EXPORT VideoDecodeAcceleratorCapability : public ::crdtp::ProtocolObject<VideoDecodeAcceleratorCapability> {};


class CONTENT_EXPORT VideoEncodeAcceleratorCapability : public ::crdtp::ProtocolObject<VideoEncodeAcceleratorCapability> {};


class CONTENT_EXPORT ImageDecodeAcceleratorCapability : public ::crdtp::ProtocolObject<ImageDecodeAcceleratorCapability> {};


class CONTENT_EXPORT GPUInfo : public ::crdtp::ProtocolObject<GPUInfo> {};


class CONTENT_EXPORT ProcessInfo : public ::crdtp::ProtocolObject<ProcessInfo> {};


// ------------- Backend interface.

class CONTENT_EXPORT Backend {};

// ------------- Frontend interface.

class CONTENT_EXPORT Frontend {};

// ------------- Dispatcher.

class CONTENT_EXPORT Dispatcher {};

// ------------- Metainfo.

class CONTENT_EXPORT Metainfo {};

} // namespace SystemInfo
} // namespace content
} // namespace protocol

#endif // !defined(content_protocol_SystemInfo_h)