mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1202312 - Remove an old forward declaration and typedef. r=kats
This commit is contained in:
parent
745ddc036b
commit
20cc8af13a
@ -49,7 +49,6 @@ class RenderFrameChild;
|
||||
namespace layers {
|
||||
class APZEventState;
|
||||
class ImageCompositeNotification;
|
||||
struct SetTargetAPZCCallback;
|
||||
} // namespace layers
|
||||
|
||||
namespace widget {
|
||||
@ -230,7 +229,6 @@ class TabChild final : public TabChildBase,
|
||||
typedef mozilla::dom::ClonedMessageData ClonedMessageData;
|
||||
typedef mozilla::layout::RenderFrameChild RenderFrameChild;
|
||||
typedef mozilla::layers::APZEventState APZEventState;
|
||||
typedef mozilla::layers::SetTargetAPZCCallback SetTargetAPZCCallback;
|
||||
typedef mozilla::layers::SetAllowedTouchBehaviorCallback SetAllowedTouchBehaviorCallback;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user