chromium/out/Default/gen/components/ui_devtools/css.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 ui_devtools_protocol_CSS_h
#define ui_devtools_protocol_CSS_h

#include "components/ui_devtools/devtools_export.h"
#include "components/ui_devtools/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 "components/ui_devtools/dom.h"

namespace ui_devtools {
namespace protocol {
namespace CSS {
StyleSheetId;
class SourceRange;
class ShorthandEntry;
class CSSStyle;
class CSSProperty;
class RuleMatch;
class Value;
class SelectorList;
class CSSStyleSheetHeader;
class CSSRule;
class StyleDeclarationEdit;

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

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

class UI_DEVTOOLS_EXPORT SourceRange : public ::crdtp::ProtocolObject<SourceRange> {};


class UI_DEVTOOLS_EXPORT ShorthandEntry : public ::crdtp::ProtocolObject<ShorthandEntry> {};


class UI_DEVTOOLS_EXPORT CSSStyle : public ::crdtp::ProtocolObject<CSSStyle> {};


class UI_DEVTOOLS_EXPORT CSSProperty : public ::crdtp::ProtocolObject<CSSProperty> {};


class UI_DEVTOOLS_EXPORT RuleMatch : public ::crdtp::ProtocolObject<RuleMatch> {};


class UI_DEVTOOLS_EXPORT Value : public ::crdtp::ProtocolObject<Value> {};


class UI_DEVTOOLS_EXPORT SelectorList : public ::crdtp::ProtocolObject<SelectorList> {};


class UI_DEVTOOLS_EXPORT CSSStyleSheetHeader : public ::crdtp::ProtocolObject<CSSStyleSheetHeader> {};


class UI_DEVTOOLS_EXPORT CSSRule : public ::crdtp::ProtocolObject<CSSRule> {};


class UI_DEVTOOLS_EXPORT StyleDeclarationEdit : public ::crdtp::ProtocolObject<StyleDeclarationEdit> {};


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

class UI_DEVTOOLS_EXPORT Backend {};

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

class UI_DEVTOOLS_EXPORT Frontend {};

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

class UI_DEVTOOLS_EXPORT Dispatcher {};

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

class UI_DEVTOOLS_EXPORT Metainfo {};

} // namespace CSS
} // namespace ui_devtools
} // namespace protocol

#endif // !defined(ui_devtools_protocol_CSS_h)