Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: Source/web/WebDevToolsAgentPrivate.h

Issue 309473002: [DevTools] Cleanup inspector overlay and make it work with virtual viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698