Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b85401d4 authored by Michael Wright's avatar Michael Wright
Browse files

Mark all InputReaderContext methods as pure virtual

Also, fix the build.

Change-Id: I45d3daa8c0710b2f9421e8ffd011d2d39c05e030
parent 842500e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -420,8 +420,8 @@ public:
    virtual void requestTimeoutAtTime(nsecs_t when) = 0;
    virtual int32_t bumpGeneration() = 0;

    virtual void getExternalStylusDevices(Vector<InputDeviceInfo>& outDevices);
    virtual void dispatchExternalStylusState(const StylusState& outState);
    virtual void getExternalStylusDevices(Vector<InputDeviceInfo>& outDevices) = 0;
    virtual void dispatchExternalStylusState(const StylusState& outState) = 0;

    virtual InputReaderPolicyInterface* getPolicy() = 0;
    virtual InputListenerInterface* getListener() = 0;