зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
eb28874636
Коммит
2490428aae
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче