It's a drag on development to have to type things like this:
LOG(INFO) << "rect: " << rect.x().toFloat() << ", " << rect.y().toFloat() ...
We should add pretty printers to make this easier. This will slightly increase the binary size so we should keep that in mind, though it will likely be negligible.
Comment 1 by bugdroid1@chromium.org
, Aug 20 2016