diff options
Diffstat (limited to 'chrome/common/render_messages_params.h')
-rw-r--r-- | chrome/common/render_messages_params.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h index 211de1a..2eeff70 100644 --- a/chrome/common/render_messages_params.h +++ b/chrome/common/render_messages_params.h @@ -321,12 +321,9 @@ struct ViewHostMsg_UpdateRect_Params { ViewHostMsg_UpdateRect_Params(); ~ViewHostMsg_UpdateRect_Params(); - // The ID of the bitmap to be painted into the view at the locations specified - // by update_rects. - TransportDIB::Id dib_id; - - // The handle to the bitmap, in case it needs to be mapped on the browser. - TransportDIB::Handle dib_handle; + // The bitmap to be painted into the view at the locations specified by + // update_rects. + TransportDIB::Id bitmap; // The position and size of the bitmap. gfx::Rect bitmap_rect; |