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

Unified Diff: blimp/common/proto/control.proto

Issue 1527863002: Serialize PictureLayer properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed 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: blimp/common/proto/control.proto
diff --git a/blimp/common/proto/control.proto b/blimp/common/proto/control.proto
index 8d297892dcba69a1ce1dc37a71b4dae7623b2bbc..2c7e4648e6f54d37fe912442ae3b6dd1fa55b664 100644
--- a/blimp/common/proto/control.proto
+++ b/blimp/common/proto/control.proto
@@ -28,6 +28,7 @@ message ControlMessage {
// Feature-specific messages follow.
// Only one of these fields may be set per ControlMessage.
- // TODO(kmarshall): use a 'oneof' union when it's supported in Chromium.
+ // TODO(kmarshall): use a 'oneof' union when it's supported in Chromium. See
+ // crbug.com/570371.
optional SizeMessage size = 1000;
}

Powered by Google App Engine
This is Rietveld 408576698