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

Unified Diff: Source/web/WebDevToolsAgentImpl.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/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 8a296b4603491ef65e417d9d34f2e110be090921..39abf226a56d8bb523a22f12ea8395884d6fea0c 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -81,7 +81,6 @@ public:
// WebDevToolsAgentPrivate implementation.
virtual void didCreateScriptContext(WebLocalFrameImpl*, int worldId) OVERRIDE;
- virtual void webViewResized(const WebSize&) OVERRIDE;
virtual bool handleInputEvent(WebCore::Page*, const WebInputEvent&) OVERRIDE;
// WebDevToolsAgent implementation.

Powered by Google App Engine
This is Rietveld 408576698