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

Unified Diff: content/common/view_messages.h

Issue 52663003: Remove all fling related stuff from the renderer assuming that browser side Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « content/child/android/child_jni_registrar.cc ('k') | content/renderer/gpu/input_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 33b40e767a291aae8198f2ea9b91286bc703b32b..df2b38877ed8e047951fb16715a888ff954d8c68 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2107,9 +2107,8 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_SwapCompositorFrame,
// Sent by the compositor when input scroll events are dropped due to bounds
// restricions on the root scroll offset.
-IPC_MESSAGE_ROUTED2(ViewHostMsg_DidOverscroll,
- gfx::Vector2dF /* accumulated_overscroll */,
- gfx::Vector2dF /* current_fling_velocity */)
+IPC_MESSAGE_ROUTED1(ViewHostMsg_DidOverscroll,
+ gfx::Vector2dF /* accumulated_overscroll */)
// Reply to a snapshot request containing whether snapshotting succeeded and the
// SkBitmap if it succeeded.
« no previous file with comments | « content/child/android/child_jni_registrar.cc ('k') | content/renderer/gpu/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698