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

Unified Diff: cc/proto/compositor_message.proto

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed vmpstr's comments. Created 4 years, 11 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/proto/BUILD.gn ('k') | cc/proto/compositor_message_to_impl.proto » ('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 98c781c703f29bda1298333a80b33d0220e52ef9..3d67ba3bf93f2bd9a1dc7101b086179ddc3674cd 100644
--- a/cc/proto/compositor_message.proto
+++ b/cc/proto/compositor_message.proto
@@ -6,6 +6,9 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
+import "compositor_message_to_impl.proto";
+import "compositor_message_to_main.proto";
+
package cc.proto;
// A top level message for serialized state used by the compositor remote
@@ -15,11 +18,3 @@ message CompositorMessage {
optional CompositorMessageToMain to_main = 1;
optional CompositorMessageToImpl to_impl = 2;
}
-
-message CompositorMessageToMain {
- // Placeholder for compositor message data meant for ChannelMain.
-}
-
-message CompositorMessageToImpl {
- // Placeholder for compositor message data meant for ChannelImpl.
-}
« no previous file with comments | « cc/proto/BUILD.gn ('k') | cc/proto/compositor_message_to_impl.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698