Title: [286989] branches/safari-612-branch/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h
Revision
286989
Author
alanc...@apple.com
Date
2021-12-13 15:41:49 -0800 (Mon, 13 Dec 2021)

Log Message

Unreviewed build fix. rdar://problem/86385697

./page/scrolling/ThreadedScrollingTree.cpp:452:19: error: 'updateScrollPositionAtLastDisplayRefresh' is a protected member of 'WebCore::ScrollingTreeScrollingNode'

Modified Paths

Diff

Modified: branches/safari-612-branch/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h (286988 => 286989)


--- branches/safari-612-branch/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h	2021-12-13 23:31:19 UTC (rev 286988)
+++ branches/safari-612-branch/Source/WebCore/page/scrolling/ScrollingTreeScrollingNode.h	2021-12-13 23:41:49 UTC (rev 286989)
@@ -45,6 +45,7 @@
     friend class ScrollingTreeScrollingNodeDelegateMac;
 #endif
     friend class ScrollingTree;
+    friend class ThreadedScrollingTree;
 
 public:
     virtual ~ScrollingTreeScrollingNode();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to