| Index: content/common/browser_plugin/browser_plugin_messages.h
|
| diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
|
| index c81c133848f725ac190c3b8407f0e17dd2cc39d2..2ab7b5241f4a20840c097c72a9d85255255f7a67 100644
|
| --- a/content/common/browser_plugin/browser_plugin_messages.h
|
| +++ b/content/common/browser_plugin/browser_plugin_messages.h
|
| @@ -66,10 +66,6 @@ IPC_STRUCT_BEGIN(BrowserPluginMsg_UpdateRect_Params)
|
| // view size.
|
| IPC_STRUCT_MEMBER(gfx::Size, view_size)
|
|
|
| - // All the above coordinates are in DIP. This is the scale factor needed
|
| - // to convert them to pixels.
|
| - IPC_STRUCT_MEMBER(float, scale_factor)
|
| -
|
| // Is this UpdateRect an ACK to a resize request?
|
| IPC_STRUCT_MEMBER(bool, is_resize_ack)
|
| IPC_STRUCT_END()
|
|
|