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

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

Issue 1450423002: Add glue between the client and engine for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_ipc2
Patch Set: Address comments! 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
Index: blimp/common/proto/common.proto
diff --git a/blimp/common/proto/common.proto b/blimp/common/proto/common.proto
index 578c02b63b78d3b0e09bedfc4582d517d2c263cb..025cd7bab9e6c6e7b68200ccdd48594b64830330 100644
--- a/blimp/common/proto/common.proto
+++ b/blimp/common/proto/common.proto
@@ -13,5 +13,4 @@ package blimp;
message CoordinatePair {
optional sint32 x = 1;
optional sint32 y = 2;
-}
-
+}
nyquist 2015/11/24 08:55:43 Nit: Why no newline anymore? Also, does this have
David Trainor- moved to gerrit 2015/11/25 17:56:42 Erased the file.

Powered by Google App Engine
This is Rietveld 408576698