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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.cc

Issue 9572033: Revert 124813 - Improve switch between gestures and touch mode when kEnableTouchEvents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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: content/browser/renderer_host/render_widget_host_view_aura.cc
===================================================================
--- content/browser/renderer_host/render_widget_host_view_aura.cc (revision 124829)
+++ content/browser/renderer_host/render_widget_host_view_aura.cc (working copy)
@@ -469,8 +469,7 @@
// Not needed. Mac-only.
}
-void RenderWidgetHostViewAura::ProcessTouchAck(
- WebKit::WebInputEvent::Type type, bool processed) {
+void RenderWidgetHostViewAura::ProcessTouchAck(bool processed) {
// The ACKs for the touch-events arrive in the same sequence as they were
// dispatched.
aura::RootWindow* root_window = window_->GetRootWindow();

Powered by Google App Engine
This is Rietveld 408576698