| 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;
|
|
|