mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1239530 (part 1) - Remove PuppetWidget::Scroll(), which is dead. r=kats.
This commit is contained in:
parent
7db1e070bf
commit
56879cdd59
@ -112,12 +112,6 @@ public:
|
||||
|
||||
NS_IMETHOD Invalidate(const LayoutDeviceIntRect& aRect) override;
|
||||
|
||||
// This API is going away, steer clear.
|
||||
virtual void Scroll(const nsIntPoint& aDelta,
|
||||
const nsTArray<nsIntRect>& aDestRects,
|
||||
const nsTArray<Configuration>& aReconfigureChildren)
|
||||
{ /* dead man walking */ }
|
||||
|
||||
// PuppetWidgets don't have native data, as they're purely nonnative.
|
||||
virtual void* GetNativeData(uint32_t aDataType) override;
|
||||
#if defined(XP_WIN)
|
||||
|
Loading…
Reference in New Issue
Block a user