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

Unified Diff: content/renderer/input/input_event_filter.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Rebased again Created 3 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/input/input_event_filter_ipc_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/input/input_event_filter.cc
diff --git a/content/renderer/input/input_event_filter.cc b/content/renderer/input/input_event_filter.cc
index 17773650d76236cfbd3c780fac865937d6d59432..10521d5774c73d68f0c00411e9dcc05be7fce0cc 100644
--- a/content/renderer/input/input_event_filter.cc
+++ b/content/renderer/input/input_event_filter.cc
@@ -31,21 +31,7 @@
using blink::WebInputEvent;
using ui::DidOverscrollParams;
-#include "ipc/ipc_message_null_macros.h"
-#undef IPC_MESSAGE_DECL
-#define IPC_MESSAGE_DECL(name, ...) \
- case name::ID: \
- return #name;
-
-const char* GetInputMessageTypeName(const IPC::Message& message) {
- switch (message.type()) {
-#include "content/common/input_messages.h"
- default:
- NOTREACHED() << "Invalid message type: " << message.type();
- break;
- };
- return "NonInputMsgType";
-}
+const char* GetInputMessageTypeName(const IPC::Message& message);
namespace content {
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/input/input_event_filter_ipc_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698