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

Unified Diff: cc/trees/remote_proto_channel.h

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« cc/trees/remote_channel_main.cc ('K') | « cc/trees/remote_channel_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/remote_proto_channel.h
diff --git a/cc/trees/remote_proto_channel.h b/cc/trees/remote_proto_channel.h
index b0f1647e281a8f96e0cf77636a41c62d5267581e..7cad6c1fda4fe449b4ee58bfad8ab919de363d1f 100644
--- a/cc/trees/remote_proto_channel.h
+++ b/cc/trees/remote_proto_channel.h
@@ -21,6 +21,8 @@ class RemoteProtoChannel {
// incoming protobufs.
class ProtoReceiver {
public:
+ // TODO(khushalsagar): This should probably include a closure that returns
David Trainor- moved to gerrit 2015/12/11 17:13:44 We could influence channel throttling with that wh
Khushal 2015/12/11 22:49:37 Yup. We could avoid blocking the main thread on th
+ // the status of processing this proto.
virtual void OnProtoReceived(
scoped_ptr<proto::CompositorMessage> proto) = 0;
« cc/trees/remote_channel_main.cc ('K') | « cc/trees/remote_channel_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698