chromium/out/Default/gen/third_party/blink/renderer/core/inspector/protocol/dom_snapshot.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 blink_protocol_DOMSnapshot_h
#define blink_protocol_DOMSnapshot_h

#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/inspector/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.
#include "third_party/blink/renderer/core/inspector/protocol/css.h"
#include "third_party/blink/renderer/core/inspector/protocol/dom.h"
#include "third_party/blink/renderer/core/inspector/protocol/dom_debugger.h"
#include "third_party/blink/renderer/core/inspector/protocol/page.h"

namespace blink {
namespace protocol {
namespace DOMSnapshot {
class DOMNode;
class InlineTextBox;
class LayoutTreeNode;
class ComputedStyle;
class NameValue;
StringIndex;
class RareStringData;
class RareBooleanData;
class RareIntegerData;
class DocumentSnapshot;
class NodeTreeSnapshot;
class LayoutTreeSnapshot;
class TextBoxSnapshot;

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

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

class CORE_EXPORT DOMNode : public ::crdtp::ProtocolObject<DOMNode> {};


class CORE_EXPORT InlineTextBox : public ::crdtp::ProtocolObject<InlineTextBox> {};


class CORE_EXPORT LayoutTreeNode : public ::crdtp::ProtocolObject<LayoutTreeNode> {};


class CORE_EXPORT ComputedStyle : public ::crdtp::ProtocolObject<ComputedStyle> {};


class CORE_EXPORT NameValue : public ::crdtp::ProtocolObject<NameValue> {};


class CORE_EXPORT RareStringData : public ::crdtp::ProtocolObject<RareStringData> {};


class CORE_EXPORT RareBooleanData : public ::crdtp::ProtocolObject<RareBooleanData> {};


class CORE_EXPORT RareIntegerData : public ::crdtp::ProtocolObject<RareIntegerData> {};


class CORE_EXPORT DocumentSnapshot : public ::crdtp::ProtocolObject<DocumentSnapshot> {};


class CORE_EXPORT NodeTreeSnapshot : public ::crdtp::ProtocolObject<NodeTreeSnapshot> {};


class CORE_EXPORT LayoutTreeSnapshot : public ::crdtp::ProtocolObject<LayoutTreeSnapshot> {};


class CORE_EXPORT TextBoxSnapshot : public ::crdtp::ProtocolObject<TextBoxSnapshot> {};


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

class CORE_EXPORT Backend {};

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

class CORE_EXPORT Frontend {};

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

class CORE_EXPORT Dispatcher {};

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

class CORE_EXPORT Metainfo {};

} // namespace DOMSnapshot
} // namespace blink
} // namespace protocol

#endif // !defined(blink_protocol_DOMSnapshot_h)