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

Unified Diff: ipc/ipc_message_macros.h

Issue 1685213002: Propagate window coordinates to out-of-process iframes renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sendscreenrects
Patch Set: rebase Created 4 years, 10 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: ipc/ipc_message_macros.h
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
index a573265bd2b14bf0eeffb736a1c688ab2b6e3b59..6126b5929acbfff29a2551b2323a624dab55dc14 100644
--- a/ipc/ipc_message_macros.h
+++ b/ipc/ipc_message_macros.h
@@ -402,8 +402,7 @@
}
// This corresponds to an enum value from IPCMessageStart.
-#define IPC_MESSAGE_CLASS(message) \
- IPC_MESSAGE_ID_CLASS(message.type())
+#define IPC_MESSAGE_CLASS(message) IPC_MESSAGE_ID_CLASS((message).type())
// Deprecated legacy macro names.
// TODO(mdempsky): Replace uses with generic names.

Powered by Google App Engine
This is Rietveld 408576698