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

Unified Diff: content/common/view_messages.h

Issue 1003023002: Signal input flush when all flings have terminated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 db273e76bb705e9b5bc7a19613c43f60713cef19..823b0d84a5ef0cc6751e159aec31e850ce4c3028 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1457,9 +1457,6 @@ IPC_MESSAGE_ROUTED3(
cc::CompositorFrame /* frame */,
std::vector<IPC::Message> /* messages_to_deliver_with_frame */)
-// Sent by the compositor when a flinging animation is stopped.
-IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopFlinging)
-
//---------------------------------------------------------------------------
// Request for cryptographic operation messages:
// These are messages from the renderer to the browser to perform a

Powered by Google App Engine
This is Rietveld 408576698