diff options
author | dgozman <dgozman@chromium.org> | 2015-02-18 08:02:54 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-18 16:03:23 +0000 |
commit | 5210d618e08fc4a1ce3ab0953d7fa42a98fc8140 (patch) | |
tree | 8c1ad85d8c87bf780e0571064b276d976742f48e /content/browser/devtools/devtools_frontend_host_impl.h | |
parent | 687988ed920bee8dbf0781dbf2940f3d21473f28 (diff) | |
download | chromium_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.h | 1 |
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); |