It's much better if applications draw scrollbars by adding normal
primitives to the display list. This means:

* Better control of how they look visually.
* Can make them clickable / draggable.
* Less code complexity in WR.
* Better control of scrollbar behavior (where enabled etc).