Changes that allow the 3DView Overlay to show local stats when in local view
Once this patch is applied, you should see that the statusbar stats and the overlay stats can vary from each other. The following shows a workspace with three views, with the middle and right sides in local view
This is done by adding an optional stats struct to View3D, to be used only when in localview. This way most views can share one copy of the stats, only need a unique version when necessary.
