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

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

Issue 1527863002: Serialize PictureLayer properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased and added comment Created 4 years, 12 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/common/proto/input.proto ('k') | cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/tab_control.proto
diff --git a/blimp/common/proto/tab_control.proto b/blimp/common/proto/tab_control.proto
index d71397c2d019d8ff19af0ef89a295c8478063b37..ead55f0457174ecb4b02f7b36e20bb910efb5eaa 100644
--- a/blimp/common/proto/tab_control.proto
+++ b/blimp/common/proto/tab_control.proto
@@ -28,6 +28,7 @@ message TabControlMessage {
// Feature-specific messages follow.
// Only one of these fields may be set per TabControlMessage.
- // 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;
}
« no previous file with comments | « blimp/common/proto/input.proto ('k') | cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698