Bug 1257269 - Panning up in a scrollable element should not hide the toolbar r=kats,jchen
This commit is contained in:
@@ -39,7 +39,8 @@ public:
|
||||
const ScrollableLayerGuid& aGuid) override;
|
||||
void PostDelayedTask(Task* aTask, int aDelayMs) override;
|
||||
void UpdateOverscrollVelocity(const float aX, const float aY) override;
|
||||
void UpdateOverscrollOffset(const float aX,const float aY) override;
|
||||
void UpdateOverscrollOffset(const float aX, const float aY) override;
|
||||
void SetScrollingRootContent(const bool isRootContent) override;
|
||||
void NotifyAPZStateChange(const ScrollableLayerGuid& aGuid,
|
||||
APZStateChange aChange,
|
||||
int aArg) override;
|
||||
|
||||
Reference in New Issue
Block a user