Bug 1937785 - Make PresShell::GetMobileViewportManager return a raw pointer. r=botond

Differential Revision: https://phabricator.services.mozilla.com/D234261
This commit is contained in:
Hiroyuki Ikezoe
2025-01-22 20:49:56 +00:00
parent bb90faad0a
commit afc3d02460
2 changed files with 2 additions and 2 deletions

View File

@@ -11346,7 +11346,7 @@ void PresShell::SetIsActive(bool aIsActive) {
}
}
RefPtr<MobileViewportManager> PresShell::GetMobileViewportManager() const {
MobileViewportManager* PresShell::GetMobileViewportManager() const {
return mMobileViewportManager;
}