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

This commit is contained in:
Botond Ballo 2015-09-06 23:29:15 -04:00
parent 745ddc036b
commit 20cc8af13a

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: