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

Unified Diff: cc/proto/compositor_message_to_impl.proto

Issue 2314933004: cc/blimp: Remove the LayerTreeSettings serialization. (Closed)
Patch Set: Created 4 years, 3 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/layer_tree_settings.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/compositor_message_to_impl.proto
diff --git a/cc/proto/compositor_message_to_impl.proto b/cc/proto/compositor_message_to_impl.proto
index 7b15ff11ece6ec4f803befd4ade8e08780a2ce47..4c8a1e1a18dfd03c1f7da5301190ef6f116ab136 100644
--- a/cc/proto/compositor_message_to_impl.proto
+++ b/cc/proto/compositor_message_to_impl.proto
@@ -8,7 +8,6 @@ option optimize_for = LITE_RUNTIME;
import "commit_earlyout_reason.proto";
import "layer_tree_host.proto";
-import "layer_tree_settings.proto";
import "rect.proto";
package cc.proto;
@@ -90,9 +89,6 @@ message CompositorMessageToImpl {
// Only one of the following fields will be set per CompositorMessageToImpl.
- // Set for message Type::INITIALIZE_IMPL.
- optional InitializeImpl initialize_impl_message = 2;
-
// Set for message Type::SET_DEFER_COMMITS.
optional SetDeferCommits defer_commits_message = 3;
@@ -106,13 +102,6 @@ message CompositorMessageToImpl {
optional SetNeedsRedraw set_needs_redraw_message = 6;
}
-// The embedder of the remote client compositor should process the
-// InitializeImpl message to retrieve the LayerTreeSettings sent from the
-// server. The settings sent from the server may be modified by the embedder.
-message InitializeImpl {
- optional LayerTreeSettings layer_tree_settings = 1;
-}
-
message SetDeferCommits {
// If set to true, the client will defer sending any BEGIN_MAIN_FRAME messages
// to start a commit. The server must send a message with defer_commits set to
« no previous file with comments | « cc/proto/BUILD.gn ('k') | cc/proto/layer_tree_settings.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698