Bug 1770287 - Drop ScrollFrameHelper::ComputeOldScrollSnapInfo declaration. r=tnikkel

It was used for the old scroll snap implementation.

Differential Revision: https://phabricator.services.mozilla.com/D146870
This commit is contained in:
Hiroyuki Ikezoe 2022-05-20 02:50:57 +00:00
Родитель eb28874636
Коммит 2490428aae
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -398,8 +398,6 @@ class ScrollFrameHelper : public nsIReflowCallback {
// and `overflow-behavior` properties.
nsIFrame* GetFrameForStyle() const;
// This is the for the old unspecced scroll snap implementation.
ScrollSnapInfo ComputeOldScrollSnapInfo() const;
// This is the for the scroll snap v1 implementation.
ScrollSnapInfo ComputeScrollSnapInfo(
const Maybe<nsPoint>& aDestination) const;