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

Commit ddedd24e authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge changes Ie072511b,I6424f90c

am: 9d10637e

Change-Id: I06ca7319633534e38b45ab960f285a072cff84da
parents 83c37379 9d10637e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ public:
    virtual void onError(const std::string& message) = 0;

protected:
    ~ErrorHandler() {}
    virtual ~ErrorHandler() {}
};

class TreeObserver {
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public:
    virtual void doFrame() = 0;

protected:
    ~IFrameCallback() {}
    virtual ~IFrameCallback() {}
};

struct VsyncSource {