| 182 | } |
| 183 | |
| 184 | double Viewport::ScrollingLowerBoundTime() const |
| 185 | { |
| 186 | return 0; |
| 187 | } |
| 188 | |
| 189 | // PRL: Bug1197: we seem to need to compute all in double, to avoid differing results on Mac |
| 190 | // That's why ViewInfo::TimeRangeToPixelWidth was defined, with some regret. |
no outgoing calls
no test coverage detected