Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7785)

Unified Diff: chrome/common/render_messages.h

Issue 21485: Bitmap transport (Closed)
Patch Set: Fix some mac crashes Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index c814b84c4d2230a79442e0e1693cca7d5cfb61f8..f47f43c340f5b0c16919f789c9eb1ff0ed4da9ec 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -15,11 +15,11 @@
#include "base/shared_memory.h"
#include "chrome/browser/renderer_host/resource_handler.h"
#include "chrome/common/accessibility.h"
-#include "chrome/common/bitmap_wire_data.h"
#include "chrome/common/filter_policy.h"
#include "chrome/common/ipc_message_utils.h"
#include "chrome/common/modal_dialog_event.h"
#include "chrome/common/page_transition_types.h"
+#include "chrome/common/transport_dib.h"
#include "googleurl/src/gurl.h"
#include "media/audio/audio_output.h"
#include "net/base/upload_data.h"
@@ -147,7 +147,7 @@ struct ViewHostMsg_PaintRect_Flags {
struct ViewHostMsg_PaintRect_Params {
// The bitmap to be painted into the rect given by bitmap_rect.
- BitmapWireData bitmap;
+ TransportDIB::Id bitmap;
// The position and size of the bitmap.
gfx::Rect bitmap_rect;
@@ -180,7 +180,7 @@ struct ViewHostMsg_PaintRect_Params {
// parameters to be reasonably put in a predefined IPC message.
struct ViewHostMsg_ScrollRect_Params {
// The bitmap to be painted into the rect exposed by scrolling.
- BitmapWireData bitmap;
+ TransportDIB::Id bitmap;
// The position and size of the bitmap.
gfx::Rect bitmap_rect;

Powered by Google App Engine
This is Rietveld 408576698