#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"
#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;
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> { … };
class UI_DEVTOOLS_EXPORT Backend { … };
class UI_DEVTOOLS_EXPORT Frontend { … };
class UI_DEVTOOLS_EXPORT Dispatcher { … };
class UI_DEVTOOLS_EXPORT Metainfo { … };
}
}
}
#endif