Bug 1202312 - Remove an old forward declaration and typedef. r=kats

--HG--
extra : source : 8c0ad47c7db2a004355d8074b6ab868ac5c0aeb6
This commit is contained in:
Botond Ballo 2015-09-06 23:29:15 -04:00
parent b979ad25d3
commit 1462347083

View File

@ -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: