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

Unified Diff: mojo/edk/system/broker_messages.h

Issue 1482553002: Remove problematic-and-ignored ALIGNAS(4) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applying fix to renamed file. Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/broker_messages.h
diff --git a/mojo/edk/system/broker_messages.h b/mojo/edk/system/broker_messages.h
index d4a6e8cb60a0d0814e02826bbee878f7d7e415e9..351cbe6d5539ec5e8a4b5d366fac7051820e4ba0 100644
--- a/mojo/edk/system/broker_messages.h
+++ b/mojo/edk/system/broker_messages.h
@@ -26,7 +26,7 @@ enum MessageId {
// Definitions of the raw bytes sent in messages.
-struct ALIGNAS(4) BrokerMessage {
+struct BrokerMessage {
uint32_t size;
MessageId id;
// Data, if any, follows.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698