mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
Bug 1202312 - Remove an old forward declaration and typedef. r=kats
--HG-- extra : source : 8c0ad47c7db2a004355d8074b6ab868ac5c0aeb6
This commit is contained in:
parent
b979ad25d3
commit
1462347083
@ -49,7 +49,6 @@ class RenderFrameChild;
|
|||||||
namespace layers {
|
namespace layers {
|
||||||
class APZEventState;
|
class APZEventState;
|
||||||
class ImageCompositeNotification;
|
class ImageCompositeNotification;
|
||||||
struct SetTargetAPZCCallback;
|
|
||||||
} // namespace layers
|
} // namespace layers
|
||||||
|
|
||||||
namespace widget {
|
namespace widget {
|
||||||
@ -230,7 +229,6 @@ class TabChild final : public TabChildBase,
|
|||||||
typedef mozilla::dom::ClonedMessageData ClonedMessageData;
|
typedef mozilla::dom::ClonedMessageData ClonedMessageData;
|
||||||
typedef mozilla::layout::RenderFrameChild RenderFrameChild;
|
typedef mozilla::layout::RenderFrameChild RenderFrameChild;
|
||||||
typedef mozilla::layers::APZEventState APZEventState;
|
typedef mozilla::layers::APZEventState APZEventState;
|
||||||
typedef mozilla::layers::SetTargetAPZCCallback SetTargetAPZCCallback;
|
|
||||||
typedef mozilla::layers::SetAllowedTouchBehaviorCallback SetAllowedTouchBehaviorCallback;
|
typedef mozilla::layers::SetAllowedTouchBehaviorCallback SetAllowedTouchBehaviorCallback;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user