#ifndef ui_devtools_protocol_Overlay_h
#define ui_devtools_protocol_Overlay_h
#include "components/ui_devtools/devtools_export.h"
#include "components/ui_devtools/protocol.h"
#include "components/ui_devtools/dom.h"
#include "components/ui_devtools/page.h"
namespace ui_devtools {
namespace protocol {
namespace Overlay {
class HighlightConfig;
InspectMode;
namespace InspectModeEnum {
UI_DEVTOOLS_EXPORT extern const char SearchForNode[];
UI_DEVTOOLS_EXPORT extern const char SearchForUAShadowDOM[];
UI_DEVTOOLS_EXPORT extern const char None[];
}
class UI_DEVTOOLS_EXPORT HighlightConfig : public ::crdtp::ProtocolObject<HighlightConfig> { … };
class UI_DEVTOOLS_EXPORT Backend { … };
class UI_DEVTOOLS_EXPORT Frontend { … };
class UI_DEVTOOLS_EXPORT Dispatcher { … };
class UI_DEVTOOLS_EXPORT Metainfo { … };
}
}
}
#endif