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

Unified Diff: content/common/view_messages.h

Issue 10915298: Add CCDelegatingRenderer, and corresponding IPCs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correct base Created 8 years, 3 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index f7452447b50a71834d0cfb8f100b4ef25c50c515..f58179387f7b37af6a7635704632b574e59a88b1 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -12,6 +12,7 @@
#include "content/common/edit_command.h"
#include "content/common/navigation_gesture.h"
#include "content/common/view_message_enums.h"
+#include "content/common/gpu/client/cc_param_traits.h"
#include "content/public/common/common_param_traits.h"
#include "content/public/common/context_menu_params.h"
#include "content/public/common/file_chooser_params.h"
@@ -2348,3 +2349,8 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_FindMatchRects_Reply,
std::vector<gfx::RectF> /* rects */,
gfx::RectF /* active_rect */)
#endif
+
+IPC_MESSAGE_ROUTED1(ViewHostMsg_SwapCompositorFrame,
+ WebKit::WebCompositorFrame /* frame */)
+IPC_MESSAGE_ROUTED1(ViewMsg_SwapCompositorFrameACK,
+ WebKit::WebCompositorFrameAck /* ack */)

Powered by Google App Engine
This is Rietveld 408576698