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

Unified Diff: content/common/cc_messages.h

Issue 1044093005: Preliminary compositor disabling patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/cc_messages.h
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
index 783826030a0a57cdeb61f3afe1a8fe3f1bd9c2a7..649e6ac6fa61f36053a5b705f86187a3b0034d9d 100644
--- a/content/common/cc_messages.h
+++ b/content/common/cc_messages.h
@@ -152,6 +152,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::DrawQuad)
IPC_STRUCT_TRAITS_MEMBER(rect)
IPC_STRUCT_TRAITS_MEMBER(opaque_rect)
IPC_STRUCT_TRAITS_MEMBER(visible_rect)
+ IPC_STRUCT_TRAITS_MEMBER(damaged)
IPC_STRUCT_TRAITS_MEMBER(needs_blending)
IPC_STRUCT_TRAITS_END()

Powered by Google App Engine
This is Rietveld 408576698