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

Unified Diff: cc/proto/compositor_message_to_impl.proto

Issue 2320823003: cc/blimp: Remove Initialize and Close messages. (Closed)
Patch Set: format 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 | « blimp/client/core/compositor/blimp_compositor_unittest.cc ('k') | cc/test/layer_tree_test.h » ('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 4c8a1e1a18dfd03c1f7da5301190ef6f116ab136..63b8387fbe0d82043f6dbed994de382b8a439578 100644
--- a/cc/proto/compositor_message_to_impl.proto
+++ b/cc/proto/compositor_message_to_impl.proto
@@ -46,25 +46,6 @@ message CompositorMessageToImpl {
// see crbug/559338.
UNKNOWN = 0;
- // Client Initialization: When the remote server starts up it sends a
- // CompositorMessageToImpl of type INITIALIZE_IMPL to the client. This
- // message should be processed by the embedder of the client compositor to
- // create the Remote Client LayerTreeHost. The compositor protocol
- // guarantees that this will be the first message sent to the client. No
- // messages can be sent from the client before the server is started.
- INITIALIZE_IMPL = 1;
-
- // Client Shutdown: When the remote server is shutting down it sends a
- // CompositorMessageToImpl of type CLOSE_IMPL to the client. The message
- // should be processed by the embedder of the client compositor to destroy
- // the Remote Client LayerTreeHost. This is guaranteed to be the last
- // message sent to the client. No messages can be sent from the client after
- // the server has been shutdown.
- CLOSE_IMPL = 2;
-
- // Informs the client that a fling animation on the server has stopped.
- MAIN_THREAD_HAS_STOPPED_FLINGING_ON_IMPL = 3;
-
// Sent to the client to request a commit. The client will respond with
// CompositorMessageToMain of type BEGIN_MAIN_FRAME.
SET_NEEDS_COMMIT = 4;
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor_unittest.cc ('k') | cc/test/layer_tree_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698