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

Unified Diff: content/common/input_messages.h

Issue 1408123005: Android Webview IPC-based sync compositing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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 b7bb586a11c41236ab465f6f9ea5c1899deef83b..4baf8a8642d45d30384af4661514a41eeca886d0 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -41,8 +41,6 @@
#define IPC_MESSAGE_START InputMsgStart
-IPC_ENUM_TRAITS_MAX_VALUE(content::InputEventAckState,
- content::INPUT_EVENT_ACK_STATE_MAX)
IPC_ENUM_TRAITS_MAX_VALUE(
content::SyntheticGestureParams::GestureSourceType,
content::SyntheticGestureParams::GESTURE_SOURCE_TYPE_MAX)

Powered by Google App Engine
This is Rietveld 408576698