| Index: trunk/Source/platform/scroll/FramelessScrollView.cpp
|
| ===================================================================
|
| --- trunk/Source/platform/scroll/FramelessScrollView.cpp (revision 176308)
|
| +++ trunk/Source/platform/scroll/FramelessScrollView.cpp (working copy)
|
| @@ -80,7 +80,7 @@
|
| IntRect FramelessScrollView::windowClipRect(IncludeScrollbarsInRect scrollbarInclusion) const
|
| {
|
| IntRect clipRect = visibleContentRect(scrollbarInclusion);
|
| - if (shouldPlaceVerticalScrollbarOnLeft() && verticalScrollbar() && !verticalScrollbar()->isOverlayScrollbar())
|
| + if (shouldPlaceVerticalScrollbarOnLeft() && verticalScrollbar())
|
| clipRect.move(verticalScrollbar()->width(), 0);
|
| return contentsToWindow(clipRect);
|
| }
|
|
|