Backed out changeset 4bc6e2713327 (bug 1289650)

This commit is contained in:
Sebastian Hengst
2016-08-24 23:15:35 +02:00
parent dee4b7de13
commit 2c110674d6
14 changed files with 176 additions and 394 deletions

View File

@@ -33,7 +33,7 @@ class RemoteContentController : public GeckoContentController
using GeckoContentController::APZStateChange;
public:
RemoteContentController();
explicit RemoteContentController(uint64_t aLayersId);
virtual ~RemoteContentController();
@@ -57,12 +57,6 @@ public:
APZStateChange aChange,
int aArg) override;
virtual void UpdateOverscrollVelocity(float aX, float aY, bool aIsRootContent) override;
virtual void UpdateOverscrollOffset(float aX, float aY, bool aIsRootContent) override;
virtual void SetScrollingRootContent(bool aIsRootContent) override;
virtual void NotifyMozMouseScrollEvent(const FrameMetrics::ViewID& aScrollId,
const nsString& aEvent) override;
@@ -76,6 +70,7 @@ public:
private:
MessageLoop* mCompositorThread;
uint64_t mLayersId;
bool mCanSend;
// Mutex protecting members below accessed from multiple threads.