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

Unified Diff: content/public/browser/render_widget_host.h

Issue 11416283: Attempt to linearize the scroll deltas created in RenderWidgetHostViewBase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years 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
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host.h
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 8a6d46b9aa75a309d09abf25d3683a79b4014eb0..546628a608c071d7c6a2b216fac53425c6b3a80e 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -266,6 +266,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
// Remove a keyboard listener.
virtual void RemoveKeyboardListener(KeyboardListener* listener) = 0;
+ virtual int SyntheticScrollMessageInterval() const = 0;
jam 2012/12/02 23:47:39 since this is just called from inside content (i.e
+
protected:
friend class RenderWidgetHostImpl;
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698