Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index a30c175840f67fb9768af8af206ce13116b274fa..79a7818c189a2a08d2fa922da823666cafe7d43f 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1655,6 +1655,10 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_ReplaceContents, |
ppapi::HostResource /* image_data */) |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_SetScale, |
float /* scale */) |
+IPC_MESSAGE_CONTROL3(PpapiHostMsg_Graphics2D_SetLayerTransform, |
+ float /* scale */, |
+ PP_Point /* Origin */, |
wjmaclean
2016/04/13 14:47:19
Don't capitalize variable names, even in comments.
alessandroa
2016/04/21 15:39:21
Acknowledged.
|
+ PP_Point /* Transform */) |
// Graphics2D, plugin -> host -> plugin |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Graphics2D_Flush) |