Chromium Code Reviews

Unified Diff: Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h

Issue 11970041: Merge 139461 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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);

Powered by Google App Engine