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

Unified Diff: cc/proto/compositor_message.proto

Issue 2413063002: content/blimp: Set up hooks for enabling LTHRemote in the renderer. (Closed)
Patch Set: Rebase. Created 4 years, 2 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 | « cc/layers/picture_layer.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/compositor_message.proto
diff --git a/cc/proto/compositor_message.proto b/cc/proto/compositor_message.proto
index 0697a18611d88352997ad786d28c1445081bd202..2611719060831ffad2aa6fa06be2807604075972 100644
--- a/cc/proto/compositor_message.proto
+++ b/cc/proto/compositor_message.proto
@@ -21,6 +21,11 @@ message CompositorMessage {
// Frame Update.
optional LayerTreeHost layer_tree_host = 3;
+ // Client -> Engine
+ // Sent from the client to the engine when a frame update was processed
+ // on the client.
+ optional bool frame_ack = 4;
+
// One of these is set based on where the message is going to.
optional CompositorMessageToMain to_main = 1;
optional CompositorMessageToImpl to_impl = 2;
« no previous file with comments | « cc/layers/picture_layer.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698