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

Unified Diff: cc/proto/compositor_message_to_main.proto

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use LayerTreeSettings::ToProtobuf, update comments. 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
Index: cc/proto/compositor_message_to_main.proto
diff --git a/cc/proto/point3f.proto b/cc/proto/compositor_message_to_main.proto
similarity index 54%
copy from cc/proto/point3f.proto
copy to cc/proto/compositor_message_to_main.proto
index 89b0235d61ead5b17e55f74b08dabc10856402f6..3694b82157b687030ae11f4ac535debb2b0448bd 100644
--- a/cc/proto/point3f.proto
+++ b/cc/proto/compositor_message_to_main.proto
@@ -8,8 +8,8 @@ option optimize_for = LITE_RUNTIME;
package cc.proto;
-message Point3F {
- optional float x = 1;
- optional float y = 2;
- optional float z = 3;
+// Control messages sent to the main side of the compositor on the engine.
+message CompositorMessageToMain {
+ // TODO(khushalsagar): Add messages sent to the main compositor from the impl
+ // side.
}

Powered by Google App Engine
This is Rietveld 408576698