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

Unified Diff: cc/proto/compositor_message.proto

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/commit_earlyout_reason.proto ('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 94cf6bf98232fd1ecd6ab7ff0d9d527d7b61f170..93dc438a38af1b870cfeaeecb17a4a6677484786 100644
--- a/cc/proto/compositor_message.proto
+++ b/cc/proto/compositor_message.proto
@@ -7,8 +7,6 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
import "client_state_update.proto";
-import "compositor_message_to_impl.proto";
-import "compositor_message_to_main.proto";
import "layer_tree_host.proto";
package cc.proto;
@@ -39,8 +37,4 @@ message CompositorMessage {
// state on the engine, the ack will always be bundled with the resulting
// frame update.
optional bool client_state_update_ack = 6;
-
- // 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/proto/commit_earlyout_reason.proto ('k') | cc/proto/compositor_message_to_impl.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698