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

Unified Diff: content/common/view_messages.h

Issue 131373004: Let the browser know the end of fling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DidStartFlinging(); Don't bother ContentViewGestureHandler and GestureEventFilter # Created 6 years, 11 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index ea6e7ac1a4f29654543f1ce9abc228982f6d5f5a..60e1088a2e2a2909f5aea9f37be942be6d811bf5 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2071,6 +2071,10 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidOverscroll,
gfx::Vector2dF /* accumulated_overscroll */,
gfx::Vector2dF /* current_fling_velocity */)
+// Sent by the compositor when a flinging animation is started or stopped.
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStartFlinging)
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopFlinging)
+
// Reply to a snapshot request containing whether snapshotting succeeded and the
// SkBitmap if it succeeded.
IPC_MESSAGE_ROUTED2(ViewHostMsg_Snapshot,

Powered by Google App Engine
This is Rietveld 408576698