Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 9674fffd56d0a37e14232f0aa4a52283586f1930..33d182fadcdf0ad3e45c04b869ee737d61bfd05e 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1655,6 +1655,9 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_ReplaceContents, |
ppapi::HostResource /* image_data */) |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_SetScale, |
float /* scale */) |
+IPC_MESSAGE_CONTROL2(PpapiHostMsg_Graphics2D_SetLayerTransform, |
+ float /* scale */, |
+ PP_FloatPoint /* translate */) |
// Graphics2D, plugin -> host -> plugin |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Graphics2D_Flush) |