Backed out changeset 4bc6e2713327 (bug 1289650)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user