| Index: cc/proto/layer.proto
|
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
|
| index 4c8ba3197a9c4dbf7b670fd453a2fe3957659f87..e1d1d957f443e7334b2b0f0633543376f4920535 100644
|
| --- a/cc/proto/layer.proto
|
| +++ b/cc/proto/layer.proto
|
| @@ -86,7 +86,7 @@ message BaseLayerProperties {
|
| // repeated FilterOperation background_filters = 13;
|
| optional bool masks_to_bounds = 14;
|
| optional uint32 main_thread_scrolling_reasons = 15;
|
| - optional bool have_wheel_event_handlers = 16;
|
| + optional int32 wheel_event_properties = 16;
|
| optional bool have_scroll_event_handlers = 17;
|
| optional Region non_fast_scrollable_region = 18;
|
| optional Region touch_event_handler_region = 19;
|
| @@ -124,11 +124,13 @@ message BaseLayerProperties {
|
| optional Rect update_rect = 46;
|
| optional bool stacking_order_changed = 47;
|
|
|
| + optional int32 touch_event_properties = 48;
|
| +
|
| // TODO(nyquist): Figure out what to do with LayerAnimationController.
|
| - // optional LayerAnimationController layer_animation_controller = 48;
|
| + // optional LayerAnimationController layer_animation_controller = 49;
|
|
|
| // TODO(nyquist): Figure out what to do with FrameTimingRequests.
|
| - // repeated FrameTimingRequest frame_timing_requests = 49;
|
| + // repeated FrameTimingRequest frame_timing_requests = 50;
|
| }
|
|
|
| message PictureLayerProperties {
|
|
|