diff options
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r-- | webkit/glue/webkit_glue.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index 60764b9..66ba1a5 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -147,6 +147,12 @@ WebKit::WebCanvas* ToWebCanvas(skia::PlatformCanvas*); // used to get memory usage statistics. int GetGlyphPageCount(); +// Returns WebKit Web Inspector protocol version. +std::string GetInspectorProtocolVersion(); + +// Tells caller whether the given protocol version is supported by the. +bool IsInspectorProtocolVersionSupported(const std::string& version); + //---- END FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE ------------------------------- |