Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index f8b854979da2c3c98175f9c03ed1cb2964e395be..4aac7fc814f9e4062a56ceeda195a54d48455276 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -51,6 +51,7 @@ IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params) |
IPC_STRUCT_MEMBER(int32, route_id) |
IPC_STRUCT_MEMBER(std::string, mailbox_name) |
IPC_STRUCT_MEMBER(gfx::Size, size) |
+ IPC_STRUCT_MEMBER(float, scale_factor) |
IPC_STRUCT_MEMBER(cc::LatencyInfo, latency_info) |
IPC_STRUCT_END() |
#undef IPC_MESSAGE_EXPORT |
@@ -66,6 +67,7 @@ IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params) |
IPC_STRUCT_MEMBER(int, height) |
IPC_STRUCT_MEMBER(std::string, mailbox_name) |
IPC_STRUCT_MEMBER(gfx::Size, surface_size) |
+ IPC_STRUCT_MEMBER(float, surface_scale_factor) |
IPC_STRUCT_MEMBER(cc::LatencyInfo, latency_info) |
IPC_STRUCT_END() |