Index: Source/web/WebDevToolsAgentPrivate.h |
diff --git a/Source/web/WebDevToolsAgentPrivate.h b/Source/web/WebDevToolsAgentPrivate.h |
index 666077eaa2310105a428b71e920e092f558b66e2..aa809805a2b7555825833191a445ce131956c275 100644 |
--- a/Source/web/WebDevToolsAgentPrivate.h |
+++ b/Source/web/WebDevToolsAgentPrivate.h |
@@ -51,9 +51,6 @@ public: |
// in this context should be done here. |
virtual void didCreateScriptContext(WebLocalFrameImpl*, int worldId) = 0; |
- // WebViewImpl has been resized. |
- virtual void webViewResized(const WebSize&) = 0; |
- |
// DevTools may handle input event from WebViewImpl. |
virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) = 0; |
}; |