| Index: cc/proto/layer.proto
|
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
|
| index 16ed618e97900343a5ccc5f452ab8521d2b20d88..65b4dcc80ad4f72c0b0bca354435cec17881964a 100644
|
| --- a/cc/proto/layer.proto
|
| +++ b/cc/proto/layer.proto
|
| @@ -109,6 +109,7 @@ message BaseLayerProperties {
|
| optional bool transform_is_invertible = 34;
|
| optional int32 sorting_context_id = 35;
|
| optional int32 num_descendants_that_draw_content = 36;
|
| + optional bool has_will_change_transform_hint = 48;
|
|
|
| optional int32 scroll_clip_layer_id = 37;
|
| optional bool user_scrollable_horizontal = 38;
|
| @@ -125,10 +126,7 @@ message BaseLayerProperties {
|
| optional Rect update_rect = 46;
|
|
|
| // TODO(nyquist): Figure out what to do with LayerAnimationController.
|
| - // optional LayerAnimationController layer_animation_controller = 48;
|
| -
|
| - // TODO(nyquist): Figure out what to do with FrameTimingRequests.
|
| - // repeated FrameTimingRequest frame_timing_requests = 49;
|
| + // optional LayerAnimationController layer_animation_controller = ???;
|
| }
|
|
|
| message PictureLayerProperties {
|
|
|