summaryrefslogtreecommitdiffstats
path: root/content/browser/devtools/devtools_frontend_host_impl.h
diff options
context:
space:
mode:
authordgozman <dgozman@chromium.org>2015-02-18 08:02:54 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-18 16:03:23 +0000
commit5210d618e08fc4a1ce3ab0953d7fa42a98fc8140 (patch)
tree8c1ad85d8c87bf780e0571064b276d976742f48e /content/browser/devtools/devtools_frontend_host_impl.h
parent687988ed920bee8dbf0781dbf2940f3d21473f28 (diff)
downloadchromium_src-5210d618e08fc4a1ce3ab0953d7fa42a98fc8140.zip
chromium_src-5210d618e08fc4a1ce3ab0953d7fa42a98fc8140.tar.gz
chromium_src-5210d618e08fc4a1ce3ab0953d7fa42a98fc8140.tar.bz2
Disable elastic overscroll effect in DevTools.
BUG=456546 Review URL: https://codereview.chromium.org/925903002 Cr-Commit-Position: refs/heads/master@{#316834}
Diffstat (limited to 'content/browser/devtools/devtools_frontend_host_impl.h')
-rw-r--r--content/browser/devtools/devtools_frontend_host_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/devtools/devtools_frontend_host_impl.h b/content/browser/devtools/devtools_frontend_host_impl.h
index ee616e5..9f65ee4 100644
--- a/content/browser/devtools/devtools_frontend_host_impl.h
+++ b/content/browser/devtools/devtools_frontend_host_impl.h
@@ -21,6 +21,7 @@ class DevToolsFrontendHostImpl : public DevToolsFrontendHost,
// WebContentsObserver overrides.
bool OnMessageReceived(const IPC::Message& message,
RenderFrameHost* render_frame_host) override;
+ void RenderFrameCreated(RenderFrameHost* render_frame_host) override;
void OnDispatchOnInspectorBackend(const std::string& message);
void OnDispatchOnEmbedder(const std::string& message);