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

Unified Diff: trunk/src/content/common/input_messages.h

Issue 79143002: Revert 236254 "Replace old with new synthetic gesture framework." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/content/common/input_messages.h
===================================================================
--- trunk/src/content/common/input_messages.h (revision 236262)
+++ trunk/src/content/common/input_messages.h (working copy)
@@ -12,7 +12,6 @@
#include "content/common/edit_command.h"
#include "content/common/input/input_event.h"
#include "content/common/input/input_param_traits.h"
-#include "content/common/input/synthetic_gesture_packet.h"
#include "content/common/input/synthetic_gesture_params.h"
#include "content/common/input/synthetic_pinch_gesture_params.h"
#include "content/common/input/synthetic_smooth_scroll_gesture_params.h"
@@ -160,8 +159,6 @@
float /* y */)
#endif
-IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted);
-
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.
@@ -171,10 +168,7 @@
content::InputEventAckState /* ack_result */,
ui::LatencyInfo /* latency_info */)
-IPC_MESSAGE_ROUTED1(InputHostMsg_QueueSyntheticGesture,
- content::SyntheticGesturePacket)
-
// Adding a new message? Stick to the sort order above: first platform
// independent InputMsg, then ifdefs for platform specific InputMsg, then
// platform independent InputHostMsg, then ifdefs for platform specific
« no previous file with comments | « trunk/src/content/browser/renderer_host/touch_smooth_scroll_gesture_aura.cc ('k') | trunk/src/content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698