During comparing `GeomBar` and `GeomCol` on #4921, I found `GeomBar` doesn't have `rename_size = TRUE` specified. I think we can just add `rename_size = TRUE` to `GeomBar` and replace `GeomCol` with `GeomCol <- ggproto("GeomCol", GeomBar)` as a first step towards https://github.com/tidyverse/ggplot2/issues/3798