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

Unified Diff: chrome/browser/renderer_host/render_widget_host.h

Issue 2679003: Peek at the event queue for wheel events for gtk (Closed)
Patch Set: Change name of event routine Created 10 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host.h
diff --git a/chrome/browser/renderer_host/render_widget_host.h b/chrome/browser/renderer_host/render_widget_host.h
index 27bb5dde9b48df911984f64d819d3a0cdcc47781..16b9c82ec1a2050661d1e9444f6c395aaafdfd77 100644
--- a/chrome/browser/renderer_host/render_widget_host.h
+++ b/chrome/browser/renderer_host/render_widget_host.h
@@ -692,17 +692,6 @@ class RenderWidgetHost : public IPC::Channel::Listener,
// Optional video YUV layer for used for out-of-process compositing.
scoped_ptr<VideoLayer> video_layer_;
- // Set to true if we want to wait until at least one more time through
- // the event loop to see if any additional wheel messages are coming in
- // before sending the coalesced ones.
- bool spin_runloop_before_sending_wheel_event_;
-
- // The time the last wheel message was sent to the renderer.
- base::TimeTicks last_wheel_message_time_;
-
- // For running tasks.
- ScopedRunnableMethodFactory<RenderWidgetHost> method_runner_;
-
DISALLOW_COPY_AND_ASSIGN(RenderWidgetHost);
};
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698