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

Unified Diff: content/common/input_messages.h

Issue 1251323002: Plumb smooth scrolling in Chromium compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a blink page scale animation Created 5 years, 5 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/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 2a063dd117417c331431f3fc1d8d0d42c83094f0..0a175354b35f515bd139c6c0a801dd012d059f52 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -184,6 +184,10 @@ IPC_MESSAGE_ROUTED1(InputMsg_SetFocus,
// the currently focused node is a Text node (textfield, text area or content
// editable divs).
IPC_MESSAGE_ROUTED1(InputMsg_ScrollFocusedEditableNodeIntoRect, gfx::Rect)
+IPC_MESSAGE_ROUTED3(InputMsg_SmoothScroll,
+ int /* targetX */,
+ int /* targetY */,
+ long /*durationMs */)
// These messages are typically generated from context menus and request the
// renderer to apply the specified operation to the current selection.

Powered by Google App Engine
This is Rietveld 408576698