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

Unified Diff: chrome/common/render_messages_internal.h

Issue 4399003: Deleted code associated with --enable-gpu-rendering and... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/gpu/gpu_backing_store_glx.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 65168)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -203,12 +203,6 @@
// This signals the render view that it can send another UpdateRect message.
IPC_MESSAGE_ROUTED0(ViewMsg_UpdateRect_ACK)
- // Replies to creating and updating videos.
- IPC_MESSAGE_ROUTED1(ViewMsg_CreateVideo_ACK,
- int32 /* video_id */)
- IPC_MESSAGE_ROUTED1(ViewMsg_UpdateVideo_ACK,
- int32 /* video_id */)
-
// Message payload includes:
// 1. A blob that should be cast to WebInputEvent
// 2. An optional boolean value indicating if a RawKeyDown event is associated
@@ -1311,14 +1305,6 @@
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateRect,
ViewHostMsg_UpdateRect_Params)
- // Sent to create, update and destroy video layers.
- IPC_MESSAGE_ROUTED1(ViewHostMsg_CreateVideo,
- gfx::Size /* size */)
- IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateVideo,
- TransportDIB::Id /* bitmap */,
- gfx::Rect /* bitmap_rect */)
- IPC_MESSAGE_ROUTED0(ViewHostMsg_DestroyVideo)
-
// Sent by the renderer when GPU compositing is enabled or disabled to notify
// the browser whether or not is should do paiting.
IPC_MESSAGE_ROUTED1(ViewHostMsg_GpuRenderingActivated,
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/gpu/gpu_backing_store_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698