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

Unified Diff: Source/core/inspector/InspectorPageAgent.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/core/inspector/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index 09a382ed07ea92d52946589c7b3e417829c47714..97820c8725114f3aad59b4bd7f89de9938fc5f2c 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -146,8 +146,6 @@ public:
virtual void clearFrontend() OVERRIDE;
virtual void restore() OVERRIDE;
- void webViewResized(const IntSize&);
-
// Cross-agents API
Page* page() { return m_page; }
LocalFrame* mainFrame();

Powered by Google App Engine
This is Rietveld 408576698