mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Bug 1739754 - Remove vestiges of class KeyboardScrollAnimation which no longer exists. r=tnikkel
Depends on D130532 Differential Revision: https://phabricator.services.mozilla.com/D130533
This commit is contained in:
parent
d1c9489dc6
commit
977ef592c8
@ -20,7 +20,6 @@ namespace layers {
|
||||
struct FrameMetrics;
|
||||
|
||||
class WheelScrollAnimation;
|
||||
class KeyboardScrollAnimation;
|
||||
class OverscrollAnimation;
|
||||
class SmoothMsdScrollAnimation;
|
||||
class SmoothScrollAnimation;
|
||||
@ -71,9 +70,6 @@ class AsyncPanZoomAnimation {
|
||||
return std::move(mDeferredTasks);
|
||||
}
|
||||
|
||||
virtual KeyboardScrollAnimation* AsKeyboardScrollAnimation() {
|
||||
return nullptr;
|
||||
}
|
||||
virtual WheelScrollAnimation* AsWheelScrollAnimation() { return nullptr; }
|
||||
virtual SmoothMsdScrollAnimation* AsSmoothMsdScrollAnimation() {
|
||||
return nullptr;
|
||||
|
@ -1448,7 +1448,6 @@ class AsyncPanZoomController {
|
||||
friend class SmoothMsdScrollAnimation;
|
||||
friend class GenericScrollAnimation;
|
||||
friend class WheelScrollAnimation;
|
||||
friend class KeyboardScrollAnimation;
|
||||
friend class ZoomAnimation;
|
||||
|
||||
friend class GenericOverscrollEffect;
|
||||
|
Loading…
x
Reference in New Issue
Block a user