| 215 | } |
| 216 | |
| 217 | void ScrollViewCore::updateGeometry() |
| 218 | { |
| 219 | ViewCore::updateGeometry(); |
| 220 | updateVisibleClientRect(); |
| 221 | } |
| 222 | |
| 223 | void ScrollViewCore::_scrollChange(int scrollX, int scrollY, int oldScrollX, int oldScrollY) |
| 224 | { |
nothing calls this directly
no outgoing calls
no test coverage detected