#ifndef content_protocol_DOM_h
#define content_protocol_DOM_h
#include "content/common/content_export.h"
#include "content/browser/devtools/protocol/protocol.h"
#include "content/browser/devtools/protocol/runtime.h"
namespace content {
namespace protocol {
namespace DOM {
NodeId;
BackendNodeId;
class RGBA;
namespace Enable {
namespace IncludeWhitespaceEnum {
CONTENT_EXPORT extern const char* None;
CONTENT_EXPORT extern const char* All;
}
}
namespace GetElementByRelation {
namespace RelationEnum {
CONTENT_EXPORT extern const char* PopoverTarget;
}
}
class CONTENT_EXPORT RGBA : public ::crdtp::ProtocolObject<RGBA> { … };
class CONTENT_EXPORT Backend { … };
class CONTENT_EXPORT Frontend { … };
class CONTENT_EXPORT Dispatcher { … };
class CONTENT_EXPORT Metainfo { … };
}
}
}
#endif