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

Unified Diff: content/common/view_messages.h

Issue 12370002: [cc] Add GLFrameData to CompositorFrameAck (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « content/common/cc_messages.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index cfc4dc1513fea7d585208befd4dc9e59825f5531..80fa2d5ef175b63edbc7b924269bf4d128f7dc05 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1382,6 +1382,10 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SelectPopupMenuItem,
int /* selected index, -1 means no selection */)
#endif
+// Sent by the browser as a reply to ViewHostMsg_SwapCompositorFrame.
+IPC_MESSAGE_ROUTED1(ViewMsg_SwapCompositorFrameAck,
+ cc::CompositorFrameAck /* ack */)
+
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.
@@ -2103,8 +2107,6 @@ IPC_MESSAGE_ROUTED5(ViewHostMsg_CompositorSurfaceBuffersSwapped,
IPC_MESSAGE_ROUTED1(ViewHostMsg_SwapCompositorFrame,
cc::CompositorFrame /* frame */)
-IPC_MESSAGE_ROUTED1(ViewHostMsg_SwapCompositorFrameAck,
- cc::CompositorFrameAck /* ack */)
// Opens a file asynchronously. The response returns a file descriptor
// and an error code from base/platform_file.h.
« no previous file with comments | « content/common/cc_messages.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698