Chromium Code Reviews| Index: content/common/input/input_param_traits_unittest.cc |
| diff --git a/content/common/input/input_param_traits_unittest.cc b/content/common/input/input_param_traits_unittest.cc |
| index cbfd9aa2bcca7dc5269d498b3d42bc139618d74f..b41d979b9a9b79f64869d3cc7facc5da006dd539 100644 |
| --- a/content/common/input/input_param_traits_unittest.cc |
| +++ b/content/common/input/input_param_traits_unittest.cc |
| @@ -85,6 +85,8 @@ class InputParamTraitsTest : public testing::Test { |
| Compare(SyntheticTapGestureParams::Cast(a->gesture_params()), |
| SyntheticTapGestureParams::Cast(b->gesture_params())); |
| break; |
| + case SyntheticGestureParams::SMOOTH_DRAG_GESTURE: |
| + NOTIMPLEMENTED(); |
|
Sami
2015/02/18 12:01:53
Please implement this too (and add the missing bre
|
| } |
| } |