| Index: Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h
|
| ===================================================================
|
| --- Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h (revision 139983)
|
| +++ Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h (working copy)
|
| @@ -89,7 +89,7 @@
|
| virtual void recomputeWheelEventHandlerCountForFrameView(FrameView*);
|
| virtual void setShouldUpdateScrollLayerPositionOnMainThread(MainThreadScrollingReasons);
|
|
|
| - virtual bool hasVisibleSlowRepaintFixedObjects(FrameView*) const { return false; }
|
| + virtual bool hasVisibleSlowRepaintViewportConstrainedObjects(FrameView*) const { return false; }
|
|
|
| void ensureRootStateNodeForFrameView(FrameView*);
|
| ScrollingStateNode* stateNodeForID(ScrollingNodeID);
|
|
|