diff options
| author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-18 13:59:13 +0200 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-07-18 13:59:28 +0200 |
| commit | 4d6084feccab99c0a7b3ecef26bb49c41dd50201 (patch) | |
| tree | fd1195897f551eee6d5a15d07ff5733b15aa2a5c /Source/WebKit/chromium/src/WebDevToolsAgentImpl.h | |
| parent | ae901828d4689ab9e89113f6b6ea8042b37a9fda (diff) | |
| download | qtwebkit-4d6084feccab99c0a7b3ecef26bb49c41dd50201.tar.gz | |
Imported WebKit commit ff52235a78888e5cb8e286a828a8698042200e67 (http://svn.webkit.org/repository/webkit/trunk@122948)
New snapshot that should fix the rendering issues recently introduced
Diffstat (limited to 'Source/WebKit/chromium/src/WebDevToolsAgentImpl.h')
| -rw-r--r-- | Source/WebKit/chromium/src/WebDevToolsAgentImpl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/WebDevToolsAgentImpl.h b/Source/WebKit/chromium/src/WebDevToolsAgentImpl.h index 6b5247617..f1af576cb 100644 --- a/Source/WebKit/chromium/src/WebDevToolsAgentImpl.h +++ b/Source/WebKit/chromium/src/WebDevToolsAgentImpl.h @@ -32,6 +32,7 @@ #define WebDevToolsAgentImpl_h #include "InspectorClient.h" +#include "InspectorFrontendChannel.h" #include "WebDevToolsAgentPrivate.h" #include "WebPageOverlay.h" @@ -65,6 +66,7 @@ struct WebDevToolsMessageData; class WebDevToolsAgentImpl : public WebDevToolsAgentPrivate, public WebCore::InspectorClient, + public WebCore::InspectorFrontendChannel, public WebPageOverlay { public: WebDevToolsAgentImpl(WebViewImpl* webViewImpl, WebDevToolsAgentClient* client); @@ -88,7 +90,7 @@ public: // InspectorClient implementation. virtual void inspectorDestroyed(); - virtual void openInspectorFrontend(WebCore::InspectorController*); + virtual WebCore::InspectorFrontendChannel* openInspectorFrontend(WebCore::InspectorController*); virtual void closeInspectorFrontend(); virtual void bringFrontendToFront(); |
