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

Unified Diff: content/common/view_messages.h

Issue 1102743002: OverscrollGlow for mainThread-{CHROMIUM CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 f9478e098db69d31a8436a35237cd84ffd5cfb3d..fc279f51330135121d8230318dc9562726575458 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1588,6 +1588,13 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_StartContentIntent,
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeBodyBackgroundColor,
uint32 /* bg_color */)
+// Message sent when the overscrolled on main thread.
+IPC_MESSAGE_ROUTED4(ViewHostMsg_DidOverScrollOnMainThread,
+ gfx::Vector2dF,
+ gfx::Vector2dF,
+ gfx::Vector2dF,
+ gfx::PointF)
+
// This message runs the MediaCodec for decoding audio for webaudio.
IPC_MESSAGE_CONTROL3(ViewHostMsg_RunWebAudioMediaCodec,
base::SharedMemoryHandle /* encoded_data_handle */,

Powered by Google App Engine
This is Rietveld 408576698