Nice! LGTM, other than moving stuff into `element.cc`.
// Implementation of the Animatable part of Element. (We don't make this
// a separate interface, because it bloats the size of Element.)I think this is kind of confusing. This file isn't huge - let's just move these methods over into `element.cc` and delete this file. Sound ok?
// Do not add new members to Element without a good reason; prefer to
// add to ElementRareData unless it is performance-critical. Element
// is 88 bytes on typical 64-bit platforms, and growing it can cause
// both memory and performance regressions if you are not careful.Very nice idea - thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Implementation of the Animatable part of Element. (We don't make this
// a separate interface, because it bloats the size of Element.)I think this is kind of confusing. This file isn't huge - let's just move these methods over into `element.cc` and delete this file. Sound ok?
Sounds good. To demonstrate the lack of change here in the history so that digging backwards is easier, what if I make the actual move in a followup CL? (I can chain it together with this and submit them together.)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Implementation of the Animatable part of Element. (We don't make this
// a separate interface, because it bloats the size of Element.)Steinar H GundersonI think this is kind of confusing. This file isn't huge - let's just move these methods over into `element.cc` and delete this file. Sound ok?
Sounds good. To demonstrate the lack of change here in the history so that digging backwards is easier, what if I make the actual move in a followup CL? (I can chain it together with this and submit them together.)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |