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

Unified Diff: blimp/common/proto/input.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/input.proto
diff --git a/blimp/common/proto/input.proto b/blimp/common/proto/input.proto
index 7b9a4043f917c31ea814d5a87b997a3488401e4a..a411fc46e1f147ceaaa397f763eff82b330a7a5a 100644
--- a/blimp/common/proto/input.proto
+++ b/blimp/common/proto/input.proto
@@ -87,7 +87,8 @@ message InputMessage {
// Input event specific messages follow.
// Only one of these fields may be set per InputMessage.
- // TODO(dtrainor): use a 'oneof' union when it's supported in Chromium.
+ // TODO(dtrainor): use a 'oneof' union when it's supported in Chromium. See
+ // crbug.com/570371.
optional GestureScrollBegin gesture_scroll_begin = 4;
optional GestureScrollUpdate gesture_scroll_update = 5;
optional GestureFlingStart gesture_fling_start = 6;

Powered by Google App Engine
This is Rietveld 408576698