Changeset 156871 in webkit for trunk/Source/WebCore/page/FrameView.cpp
- Timestamp:
- Oct 3, 2013, 8:08:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/page/FrameView.cpp
r156822 r156871 2023 2023 } 2024 2024 2025 bool FrameView::shouldRubberBandInDirection(ScrollDirection direction) const2026 {2027 if (Page* page = frame().page())2028 return page->chrome().client().shouldRubberBandInDirection(direction);2029 return ScrollView::shouldRubberBandInDirection(direction);2030 }2031 2032 2025 bool FrameView::isRubberBandInProgress() const 2033 2026 {
Note:
See TracChangeset
for help on using the changeset viewer.