Chromium Code Reviews| Index: cc/proto/layer.proto |
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto |
| index 16ed618e97900343a5ccc5f452ab8521d2b20d88..93b1c08d1d82edddefe55aac860d2eab42ffd81f 100644 |
| --- a/cc/proto/layer.proto |
| +++ b/cc/proto/layer.proto |
| @@ -123,12 +123,10 @@ message BaseLayerProperties { |
| optional ScrollOffset scroll_offset = 44; |
| optional Rect update_rect = 46; |
| + optional bool has_will_change_transform_hint = 48; |
|
danakj
2016/05/10 22:05:30
move up with other simple properties. line 112?
vmpstr
2016/05/13 00:13:34
I kind of prefer if this file's fields remained in
|
| // 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 { |