| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM % nit
bool is_animating_hud_contents() const { return is_animating_hud_contents_; }nit: This implementation is fine, but it might be a little confusing that is_animating_hud_contents() doesn't do anything in the client mode.
What do you think about removing is_animating_hud_contents, and adding a IsAnimatingHudContents() method on LayerTreeImpl, and moving the logic there?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
bool is_animating_hud_contents() const { return is_animating_hud_contents_; }nit: This implementation is fine, but it might be a little confusing that is_animating_hud_contents() doesn't do anything in the client mode.
What do you think about removing is_animating_hud_contents, and adding a IsAnimatingHudContents() method on LayerTreeImpl, and moving the logic there?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |