Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index a30c175840f67fb9768af8af206ce13116b274fa..d3f55ea1136193463b40b667eb1261c17dcda824 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 */, |
+ PP_Point /* translate */) |
// Graphics2D, plugin -> host -> plugin |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Graphics2D_Flush) |