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

Unified Diff: cc/proto/region.proto

Issue 1460503004: Add support for converting cc::Region to and from protobuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-more-conversions
Patch Set: Created 5 years, 1 month 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
« cc/base/region.cc ('K') | « cc/proto/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/region.proto
diff --git a/cc/proto/point.proto b/cc/proto/region.proto
similarity index 79%
copy from cc/proto/point.proto
copy to cc/proto/region.proto
index c0c24e5a9d16cc391deb9ae9649cb36e1b7fe58c..dbba1e6069353e179a43781787d66660e41c92fe 100644
--- a/cc/proto/point.proto
+++ b/cc/proto/region.proto
@@ -8,7 +8,6 @@ option optimize_for = LITE_RUNTIME;
package cc.proto;
-message Point {
- optional int64 x = 1;
- optional int64 y = 2;
+message Region {
+ optional bytes skregion = 1;
}
« cc/base/region.cc ('K') | « cc/proto/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698